Benno Schulenberg <[EMAIL PROTECTED]> wrote: > diff --git a/partprobe/partprobe.c b/partprobe/partprobe.c > index 1659100..e79193a 100644 > --- a/partprobe/partprobe.c > +++ b/partprobe/partprobe.c > @@ -57,7 +57,7 @@ > > static struct option const long_options[] = > { > - {"no-update", no_argument, NULL, 'd'}, > + {"dry-run", no_argument, NULL, 'd'},
Looks good, but do not remove support for --no-update just yet. Instead, mark it as deprecated, and with a comment suggesting when to remove it for good, e.g., /* Note: this option is deprecated, and deliberately not documented. FIXME: remove --no-update in 2009. */ {"no-update", no_argument, NULL, 'd'}, Thanks! _______________________________________________ bug-parted mailing list bug-parted@gnu.org http://lists.gnu.org/mailman/listinfo/bug-parted