diff --git a/hosts b/hosts index bb37d96..8926e15 100755 --- a/hosts +++ b/hosts @@ -637,7 +637,11 @@ commands() { # ------------------------------------------------------------------------- add desc add < +Usage: + $_me add + +Description: + Add a given IP address and hostname pair. EOM add() { local ip=${1:-} @@ -659,7 +663,12 @@ add() { # ------------------------------------------------------------------------ list desc list < +Usage: + $_me remove + +Description: + Remove all IP / hostname pairs for a given hostname. EOM remove() { local hostname=${1:-}