diff options
Diffstat (limited to 'bin/byteback-snapshot')
-rwxr-xr-x | bin/byteback-snapshot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/byteback-snapshot b/bin/byteback-snapshot index fc9aab3..18a7a67 100755 --- a/bin/byteback-snapshot +++ b/bin/byteback-snapshot @@ -13,7 +13,7 @@ include Byteback::Log opts = Trollop.options do opt :root, 'Backups directory (must be a btrfs subvolume)', - type: :string + :type => :string opt :snapshot, '(ignored for compatibility)' |