Skip to content

Commit

Permalink
Change "Kernel Key Description" to "Key Description"
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed May 16, 2022
1 parent 58fef41 commit 4cc5cbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stratis_cli/_actions/_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def unencrypted_string(value, interp):
]

print_table(
["UUID", "# Devices", "Kernel Key Description", "Clevis"],
["UUID", "# Devices", "Key Description", "Clevis"],
sorted(tables, key=lambda entry: entry[0]),
["<", ">", "<", "<"],
)
Expand All @@ -551,7 +551,7 @@ def unencrypted_string(value, interp):

print("UUID: %s" % format_uuid(this_uuid))
print(
"Kernel Key Description: %s"
"Key Description: %s"
% unencrypted_string(
stopped_pool.get("key_description"), interp_inconsistent_option
),
Expand Down

0 comments on commit 4cc5cbc

Please sign in to comment.