aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-04-21 12:28:37 +0200
committerMattias Andrée <maandree@kth.se>2016-04-21 12:28:37 +0200
commit6f11e847a0c3ad756598ab6b9d7faf8db1999709 (patch)
treee9c47ce735e4243606052a5dca2d3fcc9b0f35ab
parentm (diff)
downloadbase-util-tests-6f11e847a0c3ad756598ab6b9d7faf8db1999709.tar.gz
base-util-tests-6f11e847a0c3ad756598ab6b9d7faf8db1999709.tar.bz2
base-util-tests-6f11e847a0c3ad756598ab6b9d7faf8db1999709.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 5ef6209..f859dd2 100644
--- a/README
+++ b/README
@@ -26,7 +26,7 @@ You can also run indiviual tests:
env [PREFIX=valgrind] [<UTIL>=<pathname>] ./<util>-test/test [<tests>...]
-(<UTIL> is uppercase of <util> with _ instead of - (that is, `tr [a-z-] [A-Z_]`))
+(<UTIL> is uppercase of <util> with _ instead of - (that is, `tr '[a-z-]' '[A-Z_]'`))
here, <pathname> usually require the prefix ../ unless it is
an absolute path, but sometimes the prefix ../../ is required.