Skip to content

Commit

Permalink
Fixed comment on partition update --boot-configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Nov 23, 2023
1 parent e863787 commit 9914be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zhmccli/_cmd_partition.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,8 @@ def partition_create(cmd_ctx, cpc, **options):
'specify kernel parameters. '
'After creation of the partition, the corresponding property '
'is the empty string.')
# TODO: boot-configuration, boot-configuration-selector
@optgroup.option('--boot-configuration', type=str, required=False,
# Properties: boot-configuration, boot-configuration-selector
help='Selects the boot configuration to use from among '
'multiple such boot configurations that have been defined '
'by the operating system to be loaded. Whether and how this '
Expand Down

0 comments on commit 9914be3

Please sign in to comment.