summaryrefslogtreecommitdiff
path: root/src/preproc/pic
diff options
context:
space:
mode:
authorwl <wl>2006-09-01 13:09:46 +0000
committerwl <wl>2006-09-01 13:09:46 +0000
commit7ab833ae4f7226714fcb532441648456bee04263 (patch)
tree670cb18c7dd7f5ae67ed29f501fafa3adee15d60 /src/preproc/pic
parent1231f4a1c8123f1c597279580e112c6852fb23c3 (diff)
downloadgroff-7ab833ae4f7226714fcb532441648456bee04263.tar.gz
* src/preproc/pic/main.cpp (usage): Add missing options.
Diffstat (limited to 'src/preproc/pic')
-rw-r--r--src/preproc/pic/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/preproc/pic/main.cpp b/src/preproc/pic/main.cpp
index 0e05f77c..65c5ae6d 100644
--- a/src/preproc/pic/main.cpp
+++ b/src/preproc/pic/main.cpp
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 1989-1992, 2000, 2001, 2002, 2003
+/* Copyright (C) 1989-1992, 2000, 2001, 2002, 2003, 2006
Free Software Foundation, Inc.
Written by James Clark (jjc@jclark.com)
@@ -473,9 +473,9 @@ void do_whole_file(const char *filename)
void usage(FILE *stream)
{
- fprintf(stream, "usage: %s [ -nvC ] [ filename ... ]\n", program_name);
+ fprintf(stream, "usage: %s [ -nvCSU ] [ filename ... ]\n", program_name);
#ifdef TEX_SUPPORT
- fprintf(stream, " %s -t [ -cvzC ] [ filename ... ]\n", program_name);
+ fprintf(stream, " %s -t [ -cvzCSU ] [ filename ... ]\n", program_name);
#endif
#ifdef FIG_SUPPORT
fprintf(stream, " %s -f [ -v ] [ filename ]\n", program_name);