From 0cbb8c0650eacae336687243904048a0d22233a2 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Mon, 21 Feb 2011 22:54:48 +0100 Subject: Reference TRANSLATOR in `-a' help message. * utils/settrans.c (options): Reference TRANSLATOR in `-a' help message. --- utils/settrans.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/settrans.c') 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"}, -- cgit v1.2.3