Patch
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DESKTOP-DPA61F8\Benedek 2021-04-26 14:40:48 +02:00
parent e7e2ee4a00
commit 3c9c224cf0

View File

@ -50,7 +50,7 @@ def loadAddress() -> str:
def printCommand(): def printCommand():
print('\nInvalid command! Available commands:\n' + print('\nInvalid command! Available commands:\n' +
' Create directory -> MKD <directory name> \n' + ' Create directory -> MKD <directory name> \n' +
' Remove directory -> RMV <directory name> \n' + ' Remove directory -> RMD <directory name> \n' +
' Get current directory -> GWD \n' + ' Get current directory -> GWD \n' +
' Change current directory -> CWD <path> \n' + ' Change current directory -> CWD <path> \n' +
' List content of current directory -> LST \n' + ' List content of current directory -> LST \n' +