mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-30 17:58:46 -04:00
doc: spell check
This commit is contained in:
parent
077b9b4e5e
commit
f60077f1a9
17 changed files with 39 additions and 51 deletions
|
@ -12,11 +12,11 @@ usage(){
|
|||
echo "Usage: ${0##*/} [ls|add] <AGENT>
|
||||
ls: list agent(s)
|
||||
add: add keys to agent(s)
|
||||
reload: reload/readd keys from agent(s)
|
||||
reload: reload/re-add keys from agent(s)
|
||||
Example:
|
||||
${0##*/} ls work # list the work agent keys
|
||||
${0##*/} add work # add keys to the work agent
|
||||
${0##*/} reload work # reload/readd keys from the work agent"
|
||||
${0##*/} reload work # reload/re-add keys from the work agent"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue