Skip to content
Snippets Groups Projects
Commit 69976cac authored by Kabir Mohammed's avatar Kabir Mohammed Committed by Lorenz Meier
Browse files

param : fix shell handler instructions (#4716)

parent ec620ecc
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ param_main(int argc, char *argv[])
}
}
warnx("expected a command, try 'load', 'import', 'show', 'set', 'compare',\n'index', 'index_used', 'select' or 'save'");
warnx("expected a command, try 'load', 'import', 'show', 'set', 'compare',\n'index', 'index_used', 'greater', 'select', 'save', or 'reset' ");
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment