From 9914be3d91e27604f72bd1f8580cc827998ced48 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Thu, 23 Nov 2023 18:25:53 +0100 Subject: [PATCH] Fixed comment on partition update --boot-configuration Signed-off-by: Andreas Maier --- zhmccli/_cmd_partition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zhmccli/_cmd_partition.py b/zhmccli/_cmd_partition.py index 2e79ee52..1dcdb55f 100644 --- a/zhmccli/_cmd_partition.py +++ b/zhmccli/_cmd_partition.py @@ -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 '