param : fix shell handler instructions (#4716)

This commit is contained in:
Kabir Mohammed
2016-06-02 10:07:19 +05:30
committed by Lorenz Meier
parent ec620ecc14
commit 69976caca9
+1 -1
View File
@@ -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;
}