Skip to content

Commit ec382f3

Browse files
committed
one more help update
1 parent e457cde commit ec382f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin_apps/PyDOS/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ def readBATFile(BATfile):
682682
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")
685-
print("Command to execute a single Python command: PEXEC")
685+
print("Command to execute a single Python command: PEXEC [command]")
686686
print("Run a Python program: [path]program[.py]")
687687
print("Run a DOS batch file: [path]program[.bat]")
688688
elif cmd == "DIR":

0 commit comments

Comments
 (0)