From: Alyssa Rosenzweig Date: Mon, 25 Jun 2018 17:45:19 +0000 (-0400) Subject: screen->tty X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9ed4bf16097dd4e42bbdab59a3043ee455da7ed1;p=libremanage.git screen->tty --- diff --git a/libremanage.py b/libremanage.py index 4f7b74b..7700739 100644 --- a/libremanage.py +++ b/libremanage.py @@ -34,7 +34,7 @@ Server names are defined in the accompanying config.py. Valid commands are as follows: - shutdown, reboot, poweron: Power management - - screen: Open TTY in GNU Screen + - tty: Open TTY in GNU Screen """ def die_with_usage(message): @@ -61,7 +61,7 @@ COMMANDS = { # TTY access (or keyboard if wired as such) - "screen": (True, lambda s: print("Screening on " + s)) + "tty": (True, lambda s: print("Screening on " + s)) } def issue_command(server_name, command):