fixe become help copy in credentials

This commit is contained in:
John Mitchell 2015-07-27 10:02:02 -04:00
parent d9c5904f69
commit 113da9f599

View File

@ -286,7 +286,7 @@ export default
ngShow: "kind.value == 'ssh'",
dataTitle: 'Privilege Escalation',
ngOptions: 'become.label for become in become_options track by become.value',
awPopOver: "<p>Specify a username for 'become' operations. " +
awPopOver: "<p>Specify a method for 'become' operations. " +
"This is equivalent to specifying the <code>--become-method=BECOME_METHOD</code> parameter, where <code>BECOME_METHOD</code> could be "+
"<code>sudo | su | pbrun | pfexec | runas</code> <br>(defaults to <code>sudo</code>)</p>",
dataPlacement: 'right',