summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-01-05 12:13:40 +0100
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2018-03-06 14:02:16 +0100
commit1c8f4f97706f9cc1df9729203c6122b61ea6ab41 (patch)
treebe57276c20e89aaea704d96a267576bae009066c
parent5216284a92d31250b81188fa886456b8d2f055aa (diff)
downloadmicrocom-1c8f4f97706f9cc1df9729203c6122b61ea6ab41.tar.gz
microcom-1c8f4f97706f9cc1df9729203c6122b61ea6ab41.tar.xz
main: adapt old message about the (now non-existing) menu
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
-rw-r--r--microcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/microcom.c b/microcom.c
index b70e6a9..12de9b4 100644
--- a/microcom.c
+++ b/microcom.c
@@ -310,7 +310,7 @@ int main(int argc, char *argv[])
if (!listenonly) {
printf("Escape character: Ctrl-\\\n");
- printf("Type the escape character followed by c to get to the menu or q to quit\n");
+ printf("Type the escape character to get to the prompt.\n");
/* Now deal with the local terminal side */
tcgetattr(STDIN_FILENO, &sots);