From bc661ae77b7282c4785aded4ba715c86da59edfa Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Tue, 6 Dec 2011 15:41:33 +0000 Subject: [PATCH] Add bug-reporting email address and a couple of URLs to usage text to comply with GNU Coding Standards for --help option. --- bin/stow.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/stow.in b/bin/stow.in index 27f628b..f06d6a9 100755 --- a/bin/stow.in +++ b/bin/stow.in @@ -619,6 +619,10 @@ OPTIONS: if the file is already stowed to another package -V, --version Show stow version number -h, --help Show this help + +Report bugs to: bug-stow\@gnu.org +Stow home page: +General help using GNU software: EOT exit defined $msg ? 1 : 0; }