diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-06-03 16:18:22 +0100 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-06-03 16:18:22 +0100 |
commit | b55ea6943f7cd5132c48409bbd2fdcba49e6e5d2 (patch) | |
tree | e96d9c2a6c727427a536efed0a6a3de264f6c361 /bin/byteback-setup-client | |
parent | c4b7c1f2d322935e2e4299bda17774587ff692a2 (diff) |
Resync.
Diffstat (limited to 'bin/byteback-setup-client')
-rwxr-xr-x | bin/byteback-setup-client | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/byteback-setup-client b/bin/byteback-setup-client index d8ffbfa..988d4b8 100755 --- a/bin/byteback-setup-client +++ b/bin/byteback-setup-client @@ -23,10 +23,10 @@ end opts = Trollop.options do opt :hostname, 'Set host name for backups', - type: :string + :type => :string opt :destination, 'Backup destination (i.e. user@host:/path)', - type: :string + :type => :string end @destination = opts[:destination] |