1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00

Rename just-added macros. Here are the new names:

HELP_OPTION_DESCRIPTION
  VERSION_OPTION_DESCRIPTION
This commit is contained in:
Jim Meyering
2001-12-01 17:31:09 +00:00
parent b3463e39bd
commit 52f3031b24

View 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"