summaryrefslogtreecommitdiff
path: root/utils/settrans.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-02-17 02:03:18 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-02-17 02:03:18 +0100
commit8580d907f4fcb1567a345b5926e1c8af24cb5584 (patch)
treee85dd2332fb9417a778f46b9d24319f16aab20ff /utils/settrans.c
parent59ffb706a189afd43c397882149d94fcd939ffd0 (diff)
Rephrase settrans' --help
* utils/settrans.c (options): Rephrase -a and -p help to be more precise.
Diffstat (limited to 'utils/settrans.c')
-rw-r--r--utils/settrans.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/settrans.c b/utils/settrans.c
index 820d0078..e8bc4c36 100644
--- a/utils/settrans.c
+++ b/utils/settrans.c
@@ -45,8 +45,8 @@ const char *argp_program_version = STANDARD_HURD_VERSION (settrans);
static struct argp_option options[] =
{
- {"active", 'a', 0, 0, "Set NODE's active translator" },
- {"passive", 'p', 0, 0, "Set NODE's passive translator (default)" },
+ {"active", 'a', 0, 0, "Start and set NODE's active translator" },
+ {"passive", 'p', 0, 0, "Change NODE's passive translator record (default)" },
{"create", 'c', 0, 0, "Create NODE if it doesn't exist" },
{"dereference", 'L', 0, 0, "If a translator exists, put the new one on top"},
{"pause", 'P', 0, 0, "When starting an active translator, prompt and"