From 96fee2dcd94bd887a0855b2e9c4216462c3ccd87 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 29 Aug 2016 21:21:07 -0700 Subject: fix add-user typo --- lib/leap_cli/commands/user.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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' -- cgit v1.2.3