From 1b5b8333b42d6a0f0f4ec6a96c7479142cf42e8c Mon Sep 17 00:00:00 2001 From: david Date: Tue, 30 Apr 2013 16:46:19 +0200 Subject: [PATCH] changed usage message --- README.md | 2 +- sshbackup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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