From fc60f3a0d7904a39255d21d536e6420e0449f667 Mon Sep 17 00:00:00 2001 From: William Melody Date: Mon, 16 Mar 2015 17:26:58 -0700 Subject: [PATCH] Clarify usage information --- Readme.md | 4 ++-- hosts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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:-}