summaryrefslogtreecommitdiff
path: root/utils/settrans.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-02-21 22:54:48 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-02-21 22:54:48 +0100
commit0cbb8c0650eacae336687243904048a0d22233a2 (patch)
tree67c21b9d8a617000525fa7790b18308b890d4991 /utils/settrans.c
parent8580d907f4fcb1567a345b5926e1c8af24cb5584 (diff)
Reference TRANSLATOR in `-a' help message.
* utils/settrans.c (options): Reference TRANSLATOR in `-a' help message.
Diffstat (limited to 'utils/settrans.c')
-rw-r--r--utils/settrans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/settrans.c b/utils/settrans.c
index e8bc4c36..a8814016 100644
--- a/utils/settrans.c
+++ b/utils/settrans.c
@@ -45,7 +45,7 @@ const char *argp_program_version = STANDARD_HURD_VERSION (settrans);
static struct argp_option options[] =
{
- {"active", 'a', 0, 0, "Start and set NODE's active translator" },
+ {"active", 'a', 0, 0, "Start TRANSLATOR and set it as 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"},