diff --git a/README.md b/README.md index 2a87390..1bec402 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ sudo chmod +x /usr/bin/sshbackup -h, --help show this message" -v, --version version information" - -c, --config alternate config file [~/.sshbackup]" -l, --list list of sources and destinations" + -c, --config alternate config file [~/.sshbackup]" -s, --sshkey alternate sshkey [~/.ssh/id_rsa]" ``` diff --git a/sshbackup b/sshbackup index 895a49e..3abdb5d 100755 --- a/sshbackup +++ b/sshbackup @@ -48,8 +48,8 @@ usage() echo " -h, --help show this message" echo " -v, --version version information" echo - echo " -c, --config alternate config file [~/.sshbackup]" echo " -l, --list list of sources and destinations" + echo " -c, --config alternate config file [~/.sshbackup]" echo " -s, --sshkey alternate sshkey [~/.ssh/id_rsa]" echo