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