bin/qcmd in qcmd-0.1.5 vs bin/qcmd in qcmd-0.1.6
- old
+ new
@@ -35,10 +35,10 @@
Qcmd::Network.browse_and_display opts
else
Qcmd::Network.browse
end
-if options[:command_given] && !(options[:machine_given] && options[:workspace_given])
+if opts[:command_given] && !(opts[:machine_given] && opts[:workspace_given])
Qcmd.print_wrapped("if you give a command, you must also give a
machine name and a workspace name to connect to")
end