diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-03-29 18:47:52 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-03-29 18:47:52 -0700 |
commit | 16f2bd1174632659cbad925f7271cd72feef3522 (patch) | |
tree | d3a729b5cdf4413ae7dfc86e15c1f0a63532b943 /linux/bootstrap | |
parent | 386641c0212437e719e6601596da82df1d0969e0 (diff) | |
download | mu-16f2bd1174632659cbad925f7271cd72feef3522.tar.gz |
.
Diffstat (limited to 'linux/bootstrap')
-rw-r--r-- | linux/bootstrap/011run.cc | 2 |
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"; |