diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2012-11-20 11:06:46 +0100 |
---|---|---|
committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2012-11-20 11:06:46 +0100 |
commit | 8041e6b62cc829fe6442003fc5be636771a569a1 (patch) | |
tree | eff21392528488eaf759c0665bce5fbb986ac1b6 /NEWS | |
parent | df062312bfceab5cb5935926a5d6b87374d9cce7 (diff) | |
download | coreutils-8041e6b62cc829fe6442003fc5be636771a569a1.tar.xz |
nl: remove deprecated --page-increment option
The above option has been deprecated since coreutils-7.5
by commit v7.4-129-g718b279.
* src/nl.c (PAGE_INCREMENT_OPTION_DEPRECATED): Remove enum.
(longopts): Remove "page-increment" entry.
(main): Remove PAGE_INCREMENT_OPTION_DEPRECATED case.
* NEWS (Changes in behavior): Mention the change.
Reported by Marcel Böhme in <http://bugs.gnu.org/12940>.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ GNU coreutils NEWS -*- outline -*- field can be in any column. If there is no source column, then df prints 'total' into the target column. + nl no longer supports the --page-increment option which was deprecated + since coreutils-7.5. Use --line-increment instead. + ** Build-related Perl is now more of a prerequisite. It has long been required in order |