From b55ea6943f7cd5132c48409bbd2fdcba49e6e5d2 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Wed, 3 Jun 2015 16:18:22 +0100 Subject: Resync. --- bin/byteback-setup-client | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/byteback-setup-client') 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] -- cgit v1.2.3