diff options
| author | kwadronaut <kwadronaut@leap.se> | 2015-11-12 10:04:52 +0100 | 
|---|---|---|
| committer | kwadronaut <kwadronaut@leap.se> | 2015-11-12 10:04:52 +0100 | 
| commit | 922217111395cc419bce59540ffcbf7e3ebf064f (patch) | |
| tree | 2d1060f10fb5450ee99cd8c71399a4404a508632 /lib | |
| parent | 92cc2b1118e98a4fb086d7c62a140dbfc845f4b0 (diff) | |
typo leap_cli sysadmin
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/leap_cli/commands/user.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/leap_cli/commands/user.rb b/lib/leap_cli/commands/user.rb index 480e9a9c..b842e854 100644 --- a/lib/leap_cli/commands/user.rb +++ b/lib/leap_cli/commands/user.rb @@ -17,7 +17,7 @@ module LeapCli      arg_name 'USERNAME' #, :optional => false, :multiple => false      command :'add-user' do |c| -      c.switch 'self', :desc => 'Add yourself as a trusted sysadin by choosing among the public keys available for the current user.', :negatable => false +      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' @@ -133,4 +133,4 @@ module LeapCli      end    end -end
\ No newline at end of file +end | 
