summaryrefslogtreecommitdiff
path: root/partprobe/partprobe.c
diff options
context:
space:
mode:
authorPetr Uzel <petr.uzel@suse.cz>2012-10-15 10:31:54 +0200
committerJim Meyering <jim@meyering.net>2012-10-15 16:17:25 +0200
commitbaa2ebd111d4f8df66254bc94ee79aeaae2a3f3e (patch)
treef479d4b0369c8a41eba07f5a632a19dfd90121cb /partprobe/partprobe.c
parent6a535214131b25b0f90dfff618ef6cf8083bb390 (diff)
downloadparted-baa2ebd111d4f8df66254bc94ee79aeaae2a3f3e.tar.gz
partprobe: remove --no-update long option
It was deprecated and scheduled for removal in 2009. * partprobe/partprobe.c (long_options): Remove "no-update" entry.
Diffstat (limited to 'partprobe/partprobe.c')
-rw-r--r--partprobe/partprobe.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/partprobe/partprobe.c b/partprobe/partprobe.c
index 8bccc4f..b8dca5e 100644
--- a/partprobe/partprobe.c
+++ b/partprobe/partprobe.c
@@ -57,9 +57,6 @@
static struct option const long_options[] =
{
- /* Note: the --no-update option is deprecated, and deliberately
- * not documented. FIXME: remove --no-update in 2009. */
- {"no-update", no_argument, NULL, 'd'},
{"dry-run", no_argument, NULL, 'd'},
{"summary", no_argument, NULL, 's'},
{"help", no_argument, NULL, 'h'},