aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2002-12-10 00:14:33 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2002-12-10 00:14:33 +0000
commit62fae308a3d92d987711d08f3d36b0ad753c2e18 (patch)
treef51bbc4b9c66bbcc3db041727a2b097e7bb4faac /include/usage.h
parent9bf9f1edbec05edbf566c3220835440e1b18fcc8 (diff)
downloadbusybox-62fae308a3d92d987711d08f3d36b0ad753c2e18.tar.gz
Realpath applet
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index 2e8720e94..17fd4073a 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1638,6 +1638,11 @@
#define readlink_full_usage \
"Read a symbolic link."
+#define realpath_trivial_usage \
+ "pathname ..."
+#define realpath_full_usage \
+ "return the canonicalized absolute pathnames of given arguments\n\n"
+
#define reboot_trivial_usage \
""
#define reboot_full_usage \