From 8580d907f4fcb1567a345b5926e1c8af24cb5584 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 17 Feb 2011 02:03:18 +0100 Subject: Rephrase settrans' --help * utils/settrans.c (options): Rephrase -a and -p help to be more precise. --- utils/settrans.c | 4 ++-- 1 file 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" -- cgit v1.2.3