From a04e47faa5553a6eae2c538782f41ce3543e364b Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 11 Aug 2013 02:08:00 +0100 Subject: [PATCH] space.[c1]: Document the `-v' option finally. --- space.1 | 6 ++++++ space.c | 1 + 2 files changed, 7 insertions(+) diff --git a/space.1 b/space.1 index d1dc55a..f38793f 100644 --- 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 --- 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); -- 2.11.0