Hi there,

I've written a trivial patch that clarifies the --help message of settrans.

The problem is that settrans can be used as:

settrans -fgap ...

Thus using both the "active" and "passive" option at the same time. This appeared illogical.

Hope it helps!

Guillaume
>From 44b7d36f61a429ef6f7fe5ddbe9db422f37796e7 Mon Sep 17 00:00:00 2001
From: Etenil <ete...@etenilsrealm.nl>
Date: Fri, 11 Feb 2011 12:51:40 +0000
Subject: [PATCH] Improved slightly --help for settrans.

---
 utils/settrans.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/utils/settrans.c b/utils/settrans.c
index d2d30a6..d575fec 100644
--- a/utils/settrans.c
+++ b/utils/settrans.c
@@ -46,7 +46,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" },
+  {"passive",     'p', 0, 0, "Set NODE's passive translator. It will be"
+     " attached to the filesystem and persistent between reboots (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"
-- 
1.7.4

Reply via email to