chcon: remove traces of unimplemented --change (-c) option
authorOndřej Vašík <ovasik@redhat.com>
Mon, 6 Oct 2008 10:42:45 +0000 (12:42 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 6 Oct 2008 20:53:04 +0000 (22:53 +0200)
commit9c0c57a1b477afde78df69210a1a15ea9610e140
treea5652568040a374e448ab3aa8437a73efb2ad088
parenta36f4cb451e96278127922a68513a8da8fe6d13f
chcon: remove traces of unimplemented --change (-c) option

This option was never supported in upstream coreutils.
* chcon.c (usage): Remove --change (-c) from help message.
(main): Remove 'c' from getopt string.
Remove related and now-unused enums.
src/chcon.c