diff options
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 \ |