mirror of
https://github.com/octoleo/hosts.git
synced 2025-04-06 15:31:51 +00:00
Clarify usage information
This commit is contained in:
parent
f714965f0f
commit
fc60f3a0d7
@ -5,8 +5,8 @@ A program for managing host file entries.
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Usage:
|
Usage:
|
||||||
hosts add ip hostname
|
hosts add <ip> <hostname>
|
||||||
hosts remove hostname
|
hosts remove <hostname>
|
||||||
hosts list [127.]
|
hosts list [127.]
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
4
hosts
4
hosts
@ -632,7 +632,7 @@ commands() {
|
|||||||
# ------------------------------------------------------------------------- add
|
# ------------------------------------------------------------------------- add
|
||||||
|
|
||||||
desc add <<EOM
|
desc add <<EOM
|
||||||
Usage: $_me add ip hostname
|
Usage: $_me add <ip> <hostname>
|
||||||
EOM
|
EOM
|
||||||
add() {
|
add() {
|
||||||
local ip=${1:-}
|
local ip=${1:-}
|
||||||
@ -669,7 +669,7 @@ list() {
|
|||||||
# ---------------------------------------------------------------------- remove
|
# ---------------------------------------------------------------------- remove
|
||||||
|
|
||||||
desc remove <<EOM
|
desc remove <<EOM
|
||||||
Usage: $_me remove host
|
Usage: $_me remove <hostname>
|
||||||
EOM
|
EOM
|
||||||
remove() {
|
remove() {
|
||||||
local hostname=${1:-}
|
local hostname=${1:-}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user