LIN cmd update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DESKTOP-DPA61F8\Benedek 2021-04-26 13:39:31 +02:00
parent f8b947690b
commit 50a280b576

View File

@ -56,13 +56,13 @@ def printCommand():
' List content of current directory -> LST \n' +
' Upload file to current directory -> UPL <filename> \n' +
' Download file from current directory -> DNL <filename> \n' +
' Login -> LIN <username> <password> \n' +
' Login -> LIN <username> \n' +
' Logout -> LOUT \n')
def printCommandsWihtoutLogin():
print('\nYou must log in before issuing other commads!\n',
' Login -> LIN <username> <password> \n',
' Login -> LIN <username> \n',
' Exit -> EXIT\n')