about summary refs log tree commit diff stats
path: root/apps/dquotes.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-07-31 15:28:23 -0700
committerKartik Agaram <vc@akkartik.com>2019-07-31 15:28:23 -0700
commit1ed1d1c8428d569bcdc4062ba5786fa1dc6b7f2c (patch)
tree8d042e11f6a8d3b3a645bf5fc47dc1854a2c4fb4 /apps/dquotes.subx
parentd8dfb81806dcd609c203c83c5c340c72e102f6d4 (diff)
downloadmu-1ed1d1c8428d569bcdc4062ba5786fa1dc6b7f2c.tar.gz
5499
Diffstat (limited to 'apps/dquotes.subx')
-rw-r--r--apps/dquotes.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dquotes.subx b/apps/dquotes.subx
index 6848ad19..d9ed1f05 100644
--- a/apps/dquotes.subx
+++ b/apps/dquotes.subx
@@ -1,7 +1,7 @@
 # Translate literal strings within double quotes.
 # Replace them with references to new variables in the data segment.
 #
-# To run (from the subx/ directory):
+# To run:
 #   $ ./subx translate *.subx apps/dquotes.subx -o apps/dquotes
 #   $ cat x
 #   == code