From: Plamen Dimitrov Date: Mon, 21 Jan 2019 12:34:43 +0000 (+0200) Subject: Be more precise about the binary in sysmisc cheat reboot docstring X-Git-Tag: v1.4~6 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=bdb845b945b66d56396b8bce1cb048919faad341;p=pyi2ncommon Be more precise about the binary in sysmisc cheat reboot docstring --- diff --git a/src/sysmisc.py b/src/sysmisc.py index 12d2c88..b4e7d0a 100644 --- a/src/sysmisc.py +++ b/src/sysmisc.py @@ -300,8 +300,8 @@ def cheat_reboot(): :raises: :py:class:`exceptions.OSError` if backup target already exists - This replaces the ``reboot`` executable by script which replaces itself - by the backed up executable upon the next invocation. + This replaces the ``reboot-intranator`` executable by script which + replaces itself by the backed up executable upon the next invocation. """ #path = utils.system_output("which reboot") path = "/usr/intranator/bin/reboot-intranator"