diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-06-03 16:19:19 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-06-03 16:19:19 +0100 |
commit | abcf1a457d6946f1fa8d12779c3cfce804c82638 (patch) | |
tree | 97124a57d892da2ef00cf037cc139a67a6dbe764 /bin/byteback-receive | |
parent | b55ea6943f7cd5132c48409bbd2fdcba49e6e5d2 (diff) |
Resync
Diffstat (limited to 'bin/byteback-receive')
-rwxr-xr-x | bin/byteback-receive | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/byteback-receive b/bin/byteback-receive index 4b949c2..5d0d35a 100755 --- a/bin/byteback-receive +++ b/bin/byteback-receive @@ -43,8 +43,8 @@ end opts = Trollop.options do opt :verbose, 'Print diagnostics' opt :ping, 'Check connection parameters and exit' - opt :list, 'Show backed up files matching the given pattern', type: :string - opt :restore, 'Perform a restoration operation', type: :string + opt :list, 'Show backed up files matching the given pattern', :type => :string + opt :restore, 'Perform a restoration operation', :type => :string opt :complete, 'Mark current backup as complete' end |