[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 1/1] fix description of the -D option in help
From: |
Andrei Kholodnyi |
Subject: |
[PATCH 1/1] fix description of the -D option in help |
Date: |
Mon, 29 Jun 2015 21:32:01 +0000 |
---
src/server/options.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/server/options.c b/src/server/options.c
index 64b436e..c88195e 100644
--- a/src/server/options.c
+++ b/src/server/options.c
@@ -92,8 +92,8 @@ void options_print_help(char *argv[])
printf("-v, --version\t\t");
printf(_("Report version of this program\n"));
printf("-D, --debug\t\t");
- printf(_("Output debugging information into %s\n"),
- "/tmp/.speech-dispatcher");
+ printf(_("Output debugging information into $TMPDIR/%s if TMPDIR is
exported, otherwise to /tmp/%s\n"),
+ "speechd-debug", "speechd-debug");
printf("-h, --help\t\t");
printf(_("Print this info\n"));
printf("\n");
--
1.9.1
- [PATCH 1/1] fix description of the -D option in help,
Andrei Kholodnyi <=