aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-12-24 18:33:33 -0500
committerMike Frysinger <vapier@gentoo.org>2012-12-24 18:48:35 -0500
commit5daa8f40978f03ea1ae96f2dff48e7219ad6fff4 (patch)
tree43d06be66fd3559c9e0cac10c6cefad832a46b4f /tests/symlink-0.c
parentlibsandbox: fall back to tracing set*id programs (diff)
downloadsandbox-5daa8f40978f03ea1ae96f2dff48e7219ad6fff4.tar.gz
sandbox-5daa8f40978f03ea1ae96f2dff48e7219ad6fff4.tar.bz2
sandbox-5daa8f40978f03ea1ae96f2dff48e7219ad6fff4.zip
tests: expand usage strings
Makes it easier to quickly figure out how to run a helper test without having to resort to existing usage or the code itself. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'tests/symlink-0.c')
-rw-r--r--tests/symlink-0.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/symlink-0.c b/tests/symlink-0.c
index 6ddfd0c..70f52e3 100644
--- a/tests/symlink-0.c
+++ b/tests/symlink-0.c
@@ -3,7 +3,7 @@
#define FUNC_STR "\"%s\", \"%s\""
#define FUNC_IMP oldpath, newpath
#define ARG_CNT 2
-#define ARG_USE "<oldpath> <newpath>"
+#define ARG_USE "<path>(old) <path>(new)"
#define process_args() \
s = argv[i++]; \