diff --git a/Readme.md b/Readme.md index 844f35b..8e2b1b6 100644 --- a/Readme.md +++ b/Readme.md @@ -5,8 +5,8 @@ A program for managing host file entries. ## Usage Usage: - hosts add ip hostname - hosts remove hostname + hosts add + hosts remove hosts list [127.] ## Acknowledgements diff --git a/hosts b/hosts index 1d41d56..e9db7a1 100755 --- a/hosts +++ b/hosts @@ -632,7 +632,7 @@ commands() { # ------------------------------------------------------------------------- add desc add < EOM add() { local ip=${1:-} @@ -669,7 +669,7 @@ list() { # ---------------------------------------------------------------------- remove desc remove < EOM remove() { local hostname=${1:-}