X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bc681e11a92d4d07bcc18c570f68ea64afd1e8cb..dd59a50f9f3933c359930806516b43899a8b4957:/sdk/cli/bin/arv diff --git a/sdk/cli/bin/arv b/sdk/cli/bin/arv index 337d9abdef..9b486d2d79 100755 --- a/sdk/cli/bin/arv +++ b/sdk/cli/bin/arv @@ -2,7 +2,7 @@ # Arvados cli client # -# Ward Vandewege +# Ward Vandewege 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