Make documentation of urpmi module force parameter clearer

pull/18777/head
Toshio Kuratomi 10 years ago committed by Matt Clay
parent 2a6b66053d
commit 3876df5911

@ -52,7 +52,8 @@ options:
choices: [ "yes", "no" ]
force:
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
default: yes
choices: [ "yes", "no" ]

Loading…
Cancel
Save