Be more precise about the binary in sysmisc cheat reboot docstring
authorPlamen Dimitrov <pdimitrov@pevogam.com>
Mon, 21 Jan 2019 12:34:43 +0000 (14:34 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 7 Feb 2019 15:50:39 +0000 (16:50 +0100)
src/sysmisc.py

index 12d2c88..b4e7d0a 100644 (file)
@@ -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"