about summary refs log tree commit diff stats
path: root/linux/bootstrap/011run.cc
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-03-29 18:47:52 -0700
committerKartik Agaram <vc@akkartik.com>2021-03-29 18:47:52 -0700
commit16f2bd1174632659cbad925f7271cd72feef3522 (patch)
treed3a729b5cdf4413ae7dfc86e15c1f0a63532b943 /linux/bootstrap/011run.cc
parent386641c0212437e719e6601596da82df1d0969e0 (diff)
downloadmu-16f2bd1174632659cbad925f7271cd72feef3522.tar.gz
.
Diffstat (limited to 'linux/bootstrap/011run.cc')
-rw-r--r--linux/bootstrap/011run.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/bootstrap/011run.cc b/linux/bootstrap/011run.cc
index 424e40e9..18ac0903 100644
--- a/linux/bootstrap/011run.cc
+++ b/linux/bootstrap/011run.cc
@@ -27,7 +27,7 @@ put_new(Help, "syntax",
   "after a '/', but they can never contain whitespace. Metadata has no effect\n"
   "at runtime, but can be handy when rewriting macros.\n"
   "\n"
-  "Check out the example programs in the apps/ directory, particularly apps/ex*.\n"
+  "Check out the example programs linux/ex*.\n"
 );
 :(before "End Help Contents")
 cerr << "  syntax\n";