daemon/dbus: remove reboot mode from comments

This is no longer supported.

Closes: #1242
Approved by: cgwalters
This commit is contained in:
Jonathan Lebon 2018-02-13 13:34:06 +00:00 committed by Atomic Bot
parent 852b574d01
commit dc63bba78d

View File

@ -50,7 +50,7 @@
<method name="ReloadConfig"> <method name="ReloadConfig">
</method> </method>
<!-- none, check, reboot --> <!-- none, check -->
<property name="AutomaticUpdatePolicy" type="s" access="read"/> <property name="AutomaticUpdatePolicy" type="s" access="read"/>
<method name="CreateOSName"> <method name="CreateOSName">
@ -93,9 +93,8 @@
<!-- Available options: <!-- Available options:
"mode" (type 's') "mode" (type 's')
One of auto, none, check, reboot. Defaults to One of auto, none, check. Defaults to auto, which follows configured
auto, which follows configured policy (available in policy (available in AutomaticUpdatePolicy property).
AutomaticUpdatePolicy property).
If automatic updates are not enabled, @enabled will be FALSE and If automatic updates are not enabled, @enabled will be FALSE and
@transaction_address will be the empty string. @transaction_address will be the empty string.