Add bug-reporting email address and a couple of URLs to usage text

to comply with GNU Coding Standards for --help option.
This commit is contained in:
Adam Spiers 2011-12-06 15:41:33 +00:00
parent 1507d1a055
commit bc661ae77b

View file

@ -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: <http://www.gnu.org/software/stow/>
General help using GNU software: <http://www.gnu.org/gethelp/>
EOT
exit defined $msg ? 1 : 0;
}