lib/rbfs/args.rb in rbfs-1.0.16 vs lib/rbfs/args.rb in rbfs-1.0.17
- old
+ new
@@ -17,12 +17,9 @@
options[:root] = v
end
opts.on("-e", "--remote-root ROOT", "Remote root path to sync") do |v|
options[:remote_root] = v
end
- opts.on("--shell SHELL", "Remote shell to use") do |v|
- options[:shell] = v
- end
opts.on("-s", "--subpath PATH", "Subpath of root to sync") do |v|
options[:subpath] = v
end
opts.on("-v", "--[no-]verbose", "Print extra debugging info") do |v|
options[:verbose] = v