[Parted-commits] GNU Parted Official Repository: Changes to 'master'

Jim Meyering meyering at alioth.debian.org
Wed Aug 20 10:08:27 UTC 2008


 parted/parted.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cc1fc7a85e78e2ba06beab7fac35b12e9eb85d30
Author: Petr Uzel <puzel at foxbat.suse.cz>
Date:   Tue Aug 19 16:12:08 2008 +0200

    Remove obsolete 'i' from parted optstring (--interactive/-i option is not supported anymore)

diff --git a/parted/parted.c b/parted/parted.c
index 26cfd27..5e67584 100644
--- a/parted/parted.c
+++ b/parted/parted.c
@@ -2333,7 +2333,7 @@ int     opt, help = 0, list = 0, version = 0, wrong = 0;
 
 while (1)
 {
-        opt = getopt_long (*argc_ptr, *argv_ptr, "hilmsv",
+        opt = getopt_long (*argc_ptr, *argv_ptr, "hlmsv",
                            options, NULL);
         if (opt == -1)
                 break;



More information about the Parted-commits mailing list