From 50a280b5768ac2ffe679dcb2917afb3cc739a07d Mon Sep 17 00:00:00 2001 From: "DESKTOP-DPA61F8\\Benedek" Date: Mon, 26 Apr 2021 13:39:31 +0200 Subject: [PATCH] LIN cmd update --- client/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/client.py b/client/client.py index f6ae1a2..a47fa67 100644 --- a/client/client.py +++ b/client/client.py @@ -56,13 +56,13 @@ def printCommand(): ' List content of current directory -> LST \n' + ' Upload file to current directory -> UPL \n' + ' Download file from current directory -> DNL \n' + - ' Login -> LIN \n' + + ' Login -> LIN \n' + ' Logout -> LOUT \n') def printCommandsWihtoutLogin(): print('\nYou must log in before issuing other commads!\n', - ' Login -> LIN \n', + ' Login -> LIN \n', ' Exit -> EXIT\n')