Rename sudo_helper FLAG into root_helper

This commit is contained in:
Thierry Carrez
2011-08-09 14:11:15 +01:00
parent f271da1b09
commit f90c4c12a9

View File

@@ -393,5 +393,5 @@ DEFINE_bool('start_guests_on_host_boot', False,
DEFINE_bool('resume_guests_state_on_host_boot', False,
'Whether to start guests, that was running before the host reboot')
DEFINE_string('sudo_helper', 'sudo',
DEFINE_string('root_helper', 'sudo',
'Command prefix to use for running commands as root')