mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-23 08:04:18 +02:00
add pid path option to help
This commit is contained in:
parent
3353241a79
commit
999e6551b5
1 changed files with 1 additions and 0 deletions
1
cli.c
1
cli.c
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue