Make documentation of urpmi module force parameter clearer
This commit is contained in:
parent
2a6b66053d
commit
3876df5911
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,8 @@ options:
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
force:
|
force:
|
||||||
description:
|
description:
|
||||||
- Corresponds to the C(--force) option for I(urpmi).
|
- Assume "yes" is the answer to any question urpmi has to ask.
|
||||||
|
Corresponds to the C(--force) option for I(urpmi).
|
||||||
required: false
|
required: false
|
||||||
default: yes
|
default: yes
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
|
|
Loading…
Reference in a new issue