Use more consistent spacing in usage statements.

This commit is contained in:
William Melody 2015-03-18 18:41:04 -07:00
parent 2ab32d006a
commit db5cf5a97b
1 changed files with 2 additions and 2 deletions

4
hosts
View File

@ -693,7 +693,7 @@ add() {
desc disable <<EOM
Usage:
$_me disable (<ip>|<hostname>|<search string>)
$_me disable ( <ip> | <hostname> | <search string> )
Description:
Disable one or more records based on a given ip address, hostname, or
@ -736,7 +736,7 @@ edit() {
desc enable <<EOM
Usage:
$_me enable (<ip>|<hostname>|<search string>)
$_me enable ( <ip> | <hostname> | <search string> )
Description:
Enable one or more disabled records based on a given ip address, hostname,