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:
parent
1507d1a055
commit
bc661ae77b
1 changed files with 4 additions and 0 deletions
|
@ -619,6 +619,10 @@ OPTIONS:
|
||||||
if the file is already stowed to another package
|
if the file is already stowed to another package
|
||||||
-V, --version Show stow version number
|
-V, --version Show stow version number
|
||||||
-h, --help Show this help
|
-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
|
EOT
|
||||||
exit defined $msg ? 1 : 0;
|
exit defined $msg ? 1 : 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue