summaryrefslogtreecommitdiff
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-w32-62fae308a3d92d987711d08f3d36b0ad753c2e18.tar.gz
busybox-w32-62fae308a3d92d987711d08f3d36b0ad753c2e18.tar.bz2
busybox-w32-62fae308a3d92d987711d08f3d36b0ad753c2e18.zip
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 @@
1638#define readlink_full_usage \ 1638#define readlink_full_usage \
1639 "Read a symbolic link." 1639 "Read a symbolic link."
1640 1640
1641#define realpath_trivial_usage \
1642 "pathname ..."
1643#define realpath_full_usage \
1644 "return the canonicalized absolute pathnames of given arguments\n\n"
1645
1641#define reboot_trivial_usage \ 1646#define reboot_trivial_usage \
1642 "" 1647 ""
1643#define reboot_full_usage \ 1648#define reboot_full_usage \