diff options
author | elijah <elijah@riseup.net> | 2016-08-29 21:21:07 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2016-08-29 21:21:07 -0700 |
commit | 96fee2dcd94bd887a0855b2e9c4216462c3ccd87 (patch) | |
tree | d878eae3c8be6a6dcd1d9b4aec41e24e3a15777b /lib/leap_cli | |
parent | 030ae6c324b1c8dde9a6eef3baa0b6c45c982110 (diff) |
fix add-user typo
Diffstat (limited to 'lib/leap_cli')
-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 a0569a4d..1ca92719 100644 --- a/lib/leap_cli/commands/user.rb +++ b/lib/leap_cli/commands/user.rb @@ -15,7 +15,7 @@ module LeapCli desc 'Manage trusted sysadmins (DEPRECATED)' long_desc "Use `leap user add` instead" - command :'user-add' do |c| + command :'add-user' do |c| c.switch 'self', :desc => 'Add yourself as a trusted sysadmin by choosing among the public keys available for the current user.', :negatable => false c.flag 'ssh-pub-key', :desc => 'SSH public key file for this new user' c.flag 'pgp-pub-key', :desc => 'OpenPGP public key file for this new user' |