]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Rename just-added macros. Here are the new names:
authorJim Meyering <jim@meyering.net>
Sat, 1 Dec 2001 17:31:09 +0000 (17:31 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 1 Dec 2001 17:31:09 +0000 (17:31 +0000)
  HELP_OPTION_DESCRIPTION
  VERSION_OPTION_DESCRIPTION

src/sys2.h

index 2fa19d3bb3d72b32c378c1c07a541e8c851e46cb..df7ea2405a23a993cfd337aae37c073e025e263a 100644 (file)
@@ -404,10 +404,10 @@ enum
     usage (EXIT_SUCCESS);                      \
     break;
 
-#define EMIT_HELP_DESCRIPTION(Stream) \
-  fputs (_("      --help     display this help and exit\n"), Stream)
-#define EMIT_VERSION_DESCRIPTION(Stream) \
-  fputs (_("      --version  output version information and exit\n"), Stream)
+#define HELP_OPTION_DESCRIPTION \
+  _("      --help     display this help and exit\n")
+#define VERSION_OPTION_DESCRIPTION \
+  _("      --version  output version information and exit\n")
 
 #include "closeout.h"
 #include "version-etc.h"