Skip to content

Commit

Permalink
Prettify command prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Jan 25, 2020
1 parent 2ae3cd0 commit fa699d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ $ make valgrind

Run `$ ./qtest -h` to see the list of command-line options

When you execute `$ ./qtest`, it will give a command prompt `cmd>`. Type
"help" to see a list of available commands
When you execute `$ ./qtest`, it will give a command prompt `cmd> `. Type
"help" to see a list of available commands.

## Files

Expand Down
2 changes: 1 addition & 1 deletion console.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ static int err_cnt = 0;
static int echo = 0;

static bool quit_flag = false;
static char *prompt = "cmd>";
static char *prompt = "cmd> ";

/* Optional function to call as part of exit process */
/* Maximum number of quit functions */
Expand Down

0 comments on commit fa699d7

Please sign in to comment.