From bdb845b945b66d56396b8bce1cb048919faad341 Mon Sep 17 00:00:00 2001 From: Plamen Dimitrov Date: Mon, 21 Jan 2019 14:34:43 +0200 Subject: [PATCH] Be more precise about the binary in sysmisc cheat reboot docstring --- src/sysmisc.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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" -- 1.7.1