Skip to content
Snippets Groups Projects
Commit af2fe94d authored by bbartels's avatar bbartels
Browse files

quad: fix incorrect comment in virtual quad

parent 0644b772
No related branches found
No related tags found
No related merge requests found
...@@ -252,8 +252,8 @@ void usage(char *executable_name) { ...@@ -252,8 +252,8 @@ void usage(char *executable_name) {
printf("Usage: %s command [ args ]\n", executable_name); printf("Usage: %s command [ args ]\n", executable_name);
puts("Overview:"); puts("Overview:");
puts(" The virtual quad emulates the behavior of the real quad in the Unix"); puts(" The virtual quad emulates the behavior of the real quad in the Unix");
puts(" environment. Start the virtual quad in one tab (no arguments), and"); puts(" environment. Start the virtual quad in one tab, and then control the I/O");
puts(" then control the I/O of the quad through commands."); puts(" of the virtual quad through commands.");
puts(""); puts("");
puts(" For help on a particular command, pass the command name to the help command"); puts(" For help on a particular command, pass the command name to the help command");
puts(" Example:"); puts(" Example:");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment