Add per-command usage info to program help

This commit is contained in:
William Melody 2015-03-16 19:37:52 -07:00
parent e867492064
commit 2853d6fd33
1 changed files with 4 additions and 0 deletions

4
hosts
View File

@ -563,6 +563,10 @@ A program for managing host file entries.
Version: $_VERSION
Usage:
$_me add <ip> <hostname>
$_me remove <hostname>
$_me list [127.]
$_me edit
$_me command [--command-options] [<arguments>]
$_me -h | --help
$_me --version