Skip to content

Commit

Permalink
add pid path option to help
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh committed May 5, 2011
1 parent 3353241 commit 999e655
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ static void show_help()
{
printf("Usage: espeakup [options]\n\n");
printf("Options are as follows:\n");
printf(" --pid-path=path, -P path\t\tSet path for pid file.\n");
printf(" --default-voice=voice, -V voice\tSet default voice.\n");
printf(" --debug, -d\t\t\t\tDebug mode (stay in the foreground).\n");
printf(" --help, -h\t\t\t\tShow this help.\n");
Expand Down

0 comments on commit 999e655

Please sign in to comment.