diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-10 00:14:33 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2002-12-10 00:14:33 +0000 |
commit | 62fae308a3d92d987711d08f3d36b0ad753c2e18 (patch) | |
tree | f51bbc4b9c66bbcc3db041727a2b097e7bb4faac /include/usage.h | |
parent | 9bf9f1edbec05edbf566c3220835440e1b18fcc8 (diff) | |
download | busybox-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.h | 5 |
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 \ |