Skip to content

Commit

Permalink
Fixes #37559 - Expand doc text for AKs (#11031)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennonka authored Jun 18, 2024
1 parent 71bee44 commit f121f7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module ApiPieExtensions
update_api(:create) do
param :registration_command, Hash do
param :activation_key, String, desc: N_('Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead.'), deprecated: true
param :activation_keys, Array, desc: N_('Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys.')
param :activation_keys, Array, desc: N_('Activation keys for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. Required only if host group has no activation keys or if you do not provide a host group.')
param :force, :bool, required: false, desc: N_('Clear any previous registration and run subscription-manager with --force.')
param :ignore_subman_errors, :bool, required: false, desc: N_('Ignore subscription-manager errors for `subscription-manager register` command')
end
Expand Down

0 comments on commit f121f7f

Please sign in to comment.