bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unclarities in message


From: Jim Meyering
Subject: Re: unclarities in message
Date: Wed, 16 May 2007 22:20:10 +0200

Benno Schulenberg <address@hidden> 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!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]