From 999e6551b5999f5779299e51858e4bbb587f5561 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 5 May 2011 14:50:23 -0500 Subject: [PATCH] add pid path option to help --- cli.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cli.c b/cli.c index 1ad291c..1ddd34b 100644 --- a/cli.c +++ b/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");