Merge branch 'master' into 3637-copy-selections
[arvados.git] / sdk / cli / bin / arv
index 337d9abdefb84f403e8111c189797af9614468ec..bf8a1437f60e8bba3dd084ba2d59658fc4919405 100755 (executable)
@@ -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