diff options
Diffstat (limited to 'utils/settrans.c')
-rw-r--r-- | utils/settrans.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/settrans.c b/utils/settrans.c index ff264a5b..93dbdefa 100644 --- a/utils/settrans.c +++ b/utils/settrans.c @@ -61,7 +61,8 @@ static struct argp_option options[] = {0, 0} }; static char *args_doc = "NODE [TRANSLATOR ARG...]"; -static char *doc = "By default the passive translator is set."; +static char *doc = "Set the passive/active translator on NODE." +"\vBy default the passive translator is set."; /* ---------------------------------------------------------------- */ |