summaryrefslogtreecommitdiff
path: root/bin/byteback-setup-client
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-06-03 16:18:22 +0100
committerSteve Kemp <steve@steve.org.uk>2015-06-03 16:18:22 +0100
commitb55ea6943f7cd5132c48409bbd2fdcba49e6e5d2 (patch)
treee96d9c2a6c727427a536efed0a6a3de264f6c361 /bin/byteback-setup-client
parentc4b7c1f2d322935e2e4299bda17774587ff692a2 (diff)
Resync.
Diffstat (limited to 'bin/byteback-setup-client')
-rwxr-xr-xbin/byteback-setup-client4
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]