From 2b2ee1dfe1ad6eaf7fccfb6019985d95565a4b02 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sat, 20 Feb 2021 21:19:53 +0000 Subject: [PATCH] Update shell.py --- shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.py b/shell.py index 58fe120..21a36d0 100644 --- a/shell.py +++ b/shell.py @@ -69,7 +69,7 @@ def pclish_help(): system: shows system information mkdir: creates a directory shtdwnsubsys: shuts down the sub system - oscmd: allows you to run an OS level command""" + oscmd: allows you to run an OS level command""") def pclish_ls(): print("pclish: this feature is not yet supported")