diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-01 17:41:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-01 17:41:25 +0000 |
commit | 3a0a028c8c549e1aa38b7c39d371c696dc3d6a07 (patch) | |
tree | c07ad7475d87bad3cf60785099db4a8e682aba78 /src/nl.c | |
parent | 0c3fd309031b720f2af0439673f479946b2446f4 (diff) | |
download | coreutils-3a0a028c8c549e1aa38b7c39d371c696dc3d6a07.tar.gz coreutils-3a0a028c8c549e1aa38b7c39d371c696dc3d6a07.tar.bz2 coreutils-3a0a028c8c549e1aa38b7c39d371c696dc3d6a07.zip |
Reflect renaming to, and new usage of these macros:
HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION.
Diffstat (limited to 'src/nl.c')
-rw-r--r-- | src/nl.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -202,8 +202,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\ -v, --first-page=NUMBER first line number on each logical page\n\ -w, --number-width=NUMBER use NUMBER columns for line numbers\n\ "), stdout); - EMIT_HELP_DESCRIPTION (stdout); - EMIT_VERSION_DESCRIPTION (stdout); + fputs (HELP_OPTION_DESCRIPTION, stdout); + fputs (VERSION_OPTION_DESCRIPTION, stdout); fputs (_("\ \n\ By default, selects -v1 -i1 -l1 -sTAB -w6 -nrn -hn -bt -fn. CC are\n\ |