diff --git a/Readme.md b/Readme.md index 2da03a9..d45617f 100644 --- a/Readme.md +++ b/Readme.md @@ -41,8 +41,9 @@ Add a given IP address and hostname pair. ###### `hosts remove ( | | ) [--force]` -Remove one or more disabled records based on a given IP address, hostname, -or search string. +Remove one or more records based on a given IP address, hostname, or search +string. When the `--force` option is used, the confirmation prompt is +supressed. ###### `hosts list [enabled | disabled | ]` diff --git a/hosts b/hosts index 1a01b54..7ad7680 100755 --- a/hosts +++ b/hosts @@ -721,8 +721,8 @@ Options: --force Skip the confirmation prompt. Description: - Remove one or more disabled records based on a given IP address, hostname, - or search string. + Remove one or more records based on a given IP address, hostname, or search + string. EOM remove() { _verify_write_permissions