summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/settrans.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/settrans.c b/utils/settrans.c
index d2d30a69..820d0078 100644
--- a/utils/settrans.c
+++ b/utils/settrans.c
@@ -46,7 +46,7 @@ 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 (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"