diff options
Diffstat (limited to 'lib/leap_cli/commands/user.rb')
-rw-r--r-- | lib/leap_cli/commands/user.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/leap_cli/commands/user.rb b/lib/leap_cli/commands/user.rb index aed29b7..d0146b6 100644 --- a/lib/leap_cli/commands/user.rb +++ b/lib/leap_cli/commands/user.rb @@ -15,7 +15,7 @@ module LeapCli module Commands desc 'Adds a new trusted sysadmin' - arg_name '<username>', :optional => false, :multiple => false + arg_name 'USERNAME' #, :optional => false, :multiple => false command :'add-user' do |c| c.switch 'self', :desc => 'lets you choose among your public keys', :negatable => false |