df: remove long-obsolescent --megabytes option
commit64520354bbd36614d8091dcf654c2e69e686bc64
authorBernhard Voelker <mail@bernhard-voelker.de>
Fri, 29 Nov 2013 12:07:47 +0000 (29 13:07 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Fri, 29 Nov 2013 12:07:47 +0000 (29 13:07 +0100)
tree1b158a601eb8ad23ab4c45fb4054ed35697539d1
parent142baf67407e1766f83cf000c9269a66048773b5
df: remove long-obsolescent --megabytes option

This option has been undocumented for 12 years [1], and warned
about for a year [2].

[1] commit FILEUTILS-4_1_4-23-gd177203
[2] commit v8.17-43-g453ce92

* src/df.c (MEGABYTES_OPTION): Remove.
(long_options): Remove "megabytes" element.
(main): In the option parsing loop, remove the MEGABYTES_OPTION case.
* NEWS: Mention the change.
NEWS
src/df.c