lib/gisha/cli.rb in gisha-0.0.5 vs lib/gisha/cli.rb in gisha-0.0.6
- old
+ new
@@ -15,10 +15,10 @@
end
class AddKeyCommand < Clamp::Command
parameter 'ID', 'id to identify the key'
parameter 'KEY', 'public key that was provided to the server'
- parameter 'AUTH_FILE', 'file containing public keys for public key authentication;'
+ parameter 'AUTH_FILE', 'file containing public keys for public key authentication'
def execute
Commands::Key.new(auth_file, id, key).add
end