diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-02-21 22:54:48 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-02-21 22:54:48 +0100 |
commit | 0cbb8c0650eacae336687243904048a0d22233a2 (patch) | |
tree | 67c21b9d8a617000525fa7790b18308b890d4991 /utils/settrans.c | |
parent | 8580d907f4fcb1567a345b5926e1c8af24cb5584 (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.c | 2 |
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"}, |