diff options
Diffstat (limited to 'xditview/xtotroff.c')
-rw-r--r-- | xditview/xtotroff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xditview/xtotroff.c b/xditview/xtotroff.c index 16e8c263e..3e4e78bc2 100644 --- a/xditview/xtotroff.c +++ b/xditview/xtotroff.c @@ -207,7 +207,7 @@ static usage(prog) char *prog; { fprintf (stderr, - "usage: %s [-g] [-r resolution] [-s pointsize FontMap\n", + "usage: %s [-g] [-r resolution] [-s pointsize] FontMap\n", prog); exit (1); } |