bin/bagit in bagit-0.3.1 vs bin/bagit in bagit-0.3.2.pre
- old
+ new
@@ -34,10 +34,10 @@
# [--external-identifier <ext-id>] [--group-identifier <group-id>] [--count <count>]
# [--internal-sender-identifier <sender-id>] [--internal-sender-description <sender-desc>]
# [--bag-info-entry <label> <value>] [-f <file>...] [-t <tagfile>...] BAGPATH
begin
- opts = Docopt::docopt(doc, version: 'BagIt 0.3.1')
+ opts = Docopt::docopt(doc, version: BagIt::VERSION)
bag = BagIt::Bag.new(opts['BAGPATH'])
#####################################
# commands that don't alter the bag #