# File lib/rhc/commands/authorization.rb, line 113 def scope_help descriptions = rest_client.authorization_scope_list paragraph{ say table(descriptions, :header => ['Scope', 'Description']) } paragraph{ say "You may pass multiple scopes to the --scopes option inside of double quotes (--scopes \"scope1 scope2\") or by separating them with commas (--scopes scope1,scope2)." } end