Skip to content

Commit e8f3f1c

Browse files
Merge pull request #7 from rforzachamp821/RZ_WorkingBranch_1.0.1
Echo command 1.0.1 ZeeTerminal help page amend
2 parents 0e24e73 + 7b2049d commit e8f3f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZeeTerminal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ int main(int argc, char* argv[])
130130
std::cout << "___ZeeTerminal Help___\n\n__Syntax__:\nFor running a script: ZeeTerminal.exe <script filepath>\nFor running a singular command: ZeeTerminal.exe -c <command>\n\n"
131131
<< "If you would like to run a script OR command where either contains space characters, use quotation marks (\"\").\n --> For example: ZeeTerminal.exe \"C:\\Users\\Public\\A Test Script.txt\"\n\n"
132132
<< "__Possible Arguments__:\n --> '-h' OR '--help'\tDisplays this help message.\n --> -c\t\t\tUse this argument to interpret the next string as a command.\n\n"
133-
<< "__Examples__:\n --> ZeeTerminal.exe -c \"echo Hello, World!\"\n --> ZeeTerminal.exe -c devtools\n --> ZeeTerminal.exe TestScript.txt\n --> ZeeTerminal.exe \"Random Directory\\A Test Script.txt\"\n\n";
133+
<< "__Examples__:\n --> ZeeTerminal.exe -c \"echo TestString\"\n --> ZeeTerminal.exe -c devtools\n --> ZeeTerminal.exe TestScript.txt\n --> ZeeTerminal.exe \"Random Directory\\A Test Script.txt\"\n\n";
134134

135135
// Exit after that - nothing else needs to be run
136136
return 0;

0 commit comments

Comments
 (0)