summaryrefslogtreecommitdiff
path: root/bin/byteback-setup-client
diff options
context:
space:
mode:
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]