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 @@ #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 \ |