Skip to content

Commit

Permalink
Merge pull request vysheng#3 from koter84/fix-help
Browse files Browse the repository at this point in the history
fix the help text for -s to show that you need to specify a filename
  • Loading branch information
koter84 committed May 10, 2014
2 parents 1dad2e8 + 0d5cf59 commit 11ddbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ void usage (void) {
printf (" -B enable binlog\n");
printf (" -E disable auto accept\n");
printf (" -w allow weak random\n");
printf (" -s specify lua script\n");
printf (" -s script-file specify lua script\n");
printf (" -W wait dialog list\n");
printf ("\n");

Expand Down

0 comments on commit 11ddbc2

Please sign in to comment.