doc: spell check

This commit is contained in:
Ben Grande 2024-07-08 11:41:45 +02:00
parent 077b9b4e5e
commit f60077f1a9
No known key found for this signature in database
GPG key ID: 00C64E14F51F9E56
17 changed files with 39 additions and 51 deletions

View file

@ -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
}