mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 21:55:01 +07:00
correct usage text
This commit is contained in:
@@ -9,8 +9,8 @@ void PrintUsage() {
|
||||
printf("app [args] Specifies executable file, arguments.\n");
|
||||
printf("/C Creates a child process with new visible console.\n");
|
||||
printf("\n");
|
||||
printf("If '/C' option is specified, creates a child process with inherited input, output, and error streams.\n");
|
||||
printf("If not, creates a child with a new visible console and attaches to this console.\n");
|
||||
printf("If '/C' option is specified, creates a child with a new visible console and attaches to this console.\n");
|
||||
printf("Otherwise, creates a child process with inherited input, output, and error streams.\n");
|
||||
printf("The input stream is scanned for the presence of the 2-char control sequences:\n");
|
||||
printf(" ENQ(5) and ETX(3) => a CTRL+BREAK signal is sent to the child process;\n");
|
||||
printf(" ENQ(5) and ENQ(5) => a CTRL+C signal is sent to the child process.\n");
|
||||
|
||||
Reference in New Issue
Block a user