We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f7e16d + 7a88613 commit d82e71bCopy full SHA for d82e71b
1 file changed
client/deis.py
@@ -1225,8 +1225,9 @@ def keys_add(self, args):
1225
else:
1226
# check the specified key format
1227
selected_key = self._parse_key(path)
1228
- if not selected_key:
1229
- return
+ if not selected_key:
+ print("usage: deis keys:add [<key>]")
1230
+ return
1231
# Upload the key to Deis
1232
body = {
1233
'id': selected_key.id,
0 commit comments