Merge branch '4042-run-command-MxN' closes #4042
[arvados.git] / sdk / cli / bin / arv
index 337d9abdefb84f403e8111c189797af9614468ec..9b486d2d798a14b14491b6ff69aba75c6aaf34c1 100755 (executable)
@@ -2,7 +2,7 @@
 
 # Arvados cli client
 #
-# Ward Vandewege <ward@clinicalfuture.com>
+# Ward Vandewege <ward@curoverse.com>
 
 require 'fileutils'
 
@@ -358,10 +358,6 @@ end
 
 def help_resources(option_parser, discovery_document, resource)
   option_parser.educate
-
-  if not resource.nil? and resource != '--help' then
-    Trollop::die "Unknown resource type #{resource.inspect}"
-  end
   exit 255
 end