nl: remove deprecated --page-increment option
commit8041e6b62cc829fe6442003fc5be636771a569a1
authorBernhard Voelker <mail@bernhard-voelker.de>
Tue, 20 Nov 2012 10:06:46 +0000 (20 11:06 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Tue, 20 Nov 2012 10:06:46 +0000 (20 11:06 +0100)
treeeff21392528488eaf759c0665bce5fbb986ac1b6
parentdf062312bfceab5cb5935926a5d6b87374d9cce7
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>.
NEWS
src/nl.c