[parted-devel] [PATCH 5/6] partprobe: remove no-update long option
Petr Uzel
petr.uzel at suse.cz
Mon Oct 15 08:31:54 UTC 2012
It has been deprecated and scheduled for removal in 2009.
Signed-off-by: Petr Uzel <petr.uzel at suse.cz>
---
partprobe/partprobe.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/partprobe/partprobe.c b/partprobe/partprobe.c
index c959104..0919d3f 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'},
--
1.7.10.4
More information about the parted-devel
mailing list