]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include/c: add USAGE_ARGUMENT
authorKarel Zak <kzak@redhat.com>
Tue, 4 Feb 2020 10:20:16 +0000 (11:20 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 5 Feb 2020 09:17:18 +0000 (10:17 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
include/c.h

index 8126928859b90f51f7c3ff3a51c4e8b5d0e2504c..59f88c7c48d77fcbd351ebbef448ab45977a3091 100644 (file)
@@ -350,6 +350,7 @@ static inline int xusleep(useconds_t usec)
 #define USAGE_OPTIONS    _("\nOptions:\n")
 #define USAGE_FUNCTIONS  _("\nFunctions:\n")
 #define USAGE_COMMANDS   _("\nCommands:\n")
+#define USAGE_ARGUMENTS   _("\nArguments:\n")
 #define USAGE_COLUMNS    _("\nAvailable output columns:\n")
 #define USAGE_SEPARATOR    "\n"