mirror of
https://github.com/octoleo/hosts.git
synced 2024-11-22 04:45:11 +00:00
Use more consistent spacing in usage statements.
This commit is contained in:
parent
2ab32d006a
commit
db5cf5a97b
4
hosts
4
hosts
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user