]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
include/c: do not gettextize a wordless string
authorBenno Schulenberg <bensberg@justemail.net>
Mon, 28 Apr 2014 16:15:00 +0000 (18:15 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 6 May 2014 09:09:26 +0000 (11:09 +0200)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
include/c.h

index 7321ed0141e3ae12c4d01e03677d286547b90fa5..e423e8b3083e61618630b2ffbd3f4126e9e78f37 100644 (file)
@@ -278,7 +278,7 @@ static inline int xusleep(useconds_t usec)
  */
 #define USAGE_HEADER     _("\nUsage:\n")
 #define USAGE_OPTIONS    _("\nOptions:\n")
-#define USAGE_SEPARATOR  _("\n")
+#define USAGE_SEPARATOR    "\n"
 #define USAGE_HELP       _(" -h, --help     display this help and exit\n")
 #define USAGE_VERSION    _(" -V, --version  output version information and exit\n")
 #define USAGE_MAN_TAIL(_man)   _("\nFor more details see %s.\n"), _man