diff options
author | Miles Bader <miles@gnu.org> | 1996-08-27 18:27:31 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1996-08-27 18:27:31 +0000 |
commit | 2e6c5408302b36b67b2e094d471145b44530d0ca (patch) | |
tree | 15098deed6476050a570efe54e7668d6680b88db /utils/showtrans.c | |
parent | a3752e4edf20e4ea119de4389465e02f307fc3f6 (diff) |
(doc): Add program description.
Diffstat (limited to 'utils/showtrans.c')
-rw-r--r-- | utils/showtrans.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/showtrans.c b/utils/showtrans.c index d6acfd9d..32aaaa74 100644 --- a/utils/showtrans.c +++ b/utils/showtrans.c @@ -42,9 +42,9 @@ static struct argp_option options[] = }; static char *args_doc = "FILE..."; - -static char *doc = "A FILE argument of `-' prints the translator on the node \ -attached to standard input."; +static char *doc = "Show the passive translator of FILE..." +"\vA FILE argument of `-' prints the translator on the node" +" attached to standard input."; /* ---------------------------------------------------------------- */ |