From f23ea2f9af72952e216b3f0cb7bfcccdd4b0f806 Mon Sep 17 00:00:00 2001 From: markdev Date: Wed, 8 May 2024 16:50:15 +0300 Subject: [PATCH] changes --- PyTermOS-Universal/boot/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PyTermOS-Universal/boot/cli.py b/PyTermOS-Universal/boot/cli.py index a890ab78d..6632cede3 100644 --- a/PyTermOS-Universal/boot/cli.py +++ b/PyTermOS-Universal/boot/cli.py @@ -53,7 +53,7 @@ def do_info(self, line): Python: v3.8 Version Created: Twenty-Fourth April 2024 Initial Day Of Creation: Twenty-Third April 2024 - Operating System: PyTermOS v0.1.0-alpha + Operating System: PyTermOS v0.1.0-stable """) def do_super(self, line): "Activate supermode that lets you use supercommands." @@ -91,7 +91,7 @@ def do_superinfo(self, line): Python: v3.8 Version Created: Twenty-Fourth April 2024 Initial Day Of Creation: Twenty-Third April 2024 - Application: PyTermOSCLIOS v0.1.0-alpha + Application: PyTermOS v0.1.0-stable """) def do_superhelp(self, line):