We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788ff67 commit ba5274dCopy full SHA for ba5274d
SoftLayer/CLI/hardware/create_credential.py
@@ -39,7 +39,7 @@ def cli(env, identifier, username, password, notes, software):
39
40
result = mgr.create_credential(template)
41
42
- table = formatting.KeyValueTable(['name', 'value'])
+ table = formatting.KeyValueTable(['Name', 'Value'])
43
table.align['Name'] = 'r'
44
table.align['Value'] = 'l'
45
table.add_row(['Software Credential Id', result['id']])
0 commit comments