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-snapshot | |
parent | c4b7c1f2d322935e2e4299bda17774587ff692a2 (diff) |
Resync.
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)' |