bin/dir-archiver in dir-archiver-0.1.0 vs bin/dir-archiver in dir-archiver-0.1.1
- old
+ new
@@ -9,11 +9,9 @@
# Now we are ready to take the order
# Show help if user forgot to type anything
opts = OptParser.parse(ARGV)
-puts "Your options : #{opts}"
-
DirArchiver::archive(opts.input_dir,
opts.depth,
opts.seperator,
opts.output_dir,
opts.commit)