space.[c1]: Document the `-v' option finally.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 11 Aug 2013 01:08:00 +0000 (02:08 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 11 Aug 2013 01:09:15 +0000 (02:09 +0100)
space.1
space.c

diff --git a/space.1 b/space.1
index d1dc55a..f38793f 100644 (file)
--- a/space.1
+++ b/space.1
@@ -65,6 +65,12 @@ report if the file has trailing blank lines; without
 .BR \-c ,
 remove these trailing blank lines from the output.
 .TP
+.BR \-v
+Report detailed messages about whitespace problems encountered.  Useful
+with
+.BR \-c ,
+for example.
+.TP
 .BR \-i [ \fIbackup ]
 Modify all the
 .IR file s
diff --git a/space.c b/space.c
index e9fa0df..fe4c35d 100644 (file)
--- a/space.c
+++ b/space.c
@@ -365,6 +365,7 @@ int main(int argc, char *argv[])
   -m           Fix spaces followed by tabs in mid-line\n\
   -t           Tabify file completely\n\
   -u           Untabify file completely\n\
+  -v           Report verbose messages\n\
   -i[BKP]      Modify files in place; leave FILEBKP as copy of old FILE\n\
 ", stdout);
        exit(0);