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')