Skip to content

Commit e457cde

Browse files
committed
More help info
1 parent 85a95a8 commit e457cde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

builtin_apps/PyDOS/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,8 @@ def readBATFile(BATfile):
678678
if cmd == "" or cmd == "REM":
679679
continue
680680
elif cmd == "HELP":
681-
print("File system Commands: DIR, RENAME, DEL, TYPE, CD, MKDIR, RMDIR, COPY")
682-
print("Environment Commands: HELP, SET, PROMPT, PATH")
681+
print("File Commands: DIR[/p][/w][/s], RENAME, DEL[/s], TYPE[/p], CD, MKDIR, RMDIR[/s], COPY[/y]")
682+
print("Environment Commands: HELP, SET[/p][/a], PROMPT, PATH")
683683
print("Operating System Commands: EXIT, VER, MEM, DATE [mm-dd-yy], TIME [hh:mm:ss]")
684684
print("Batch Commands: GOTO, IF, ECHO, PAUSE")
685685
print("Command to execute a single Python command: PEXEC")

0 commit comments

Comments
 (0)