[gconf] [gsettings] Fix error in gsettings-schema-convert --help



commit 082d26d93c473a96cbf314b4a7259c625c5778f4
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Jul 7 16:30:33 2010 +0200

    [gsettings] Fix error in gsettings-schema-convert --help
    
    The simple format can always be chosen.

 gsettings/gsettings-schema-convert |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gsettings/gsettings-schema-convert b/gsettings/gsettings-schema-convert
index 5bdd500..30df1b9 100755
--- a/gsettings/gsettings-schema-convert
+++ b/gsettings/gsettings-schema-convert
@@ -1046,7 +1046,7 @@ def main(args):
     parser.add_option("-u", "--keep-underscores", action="store_true", dest="keep_underscores",
                       help="keep underscores in key names instead of replacing them with dashes when converting gconf schema file")
     parser.add_option("-s", "--simple", action="store_true", dest="simple",
-                      default=False, help="use the simple schema format as output (only for gconf schema conversion)")
+                      default=False, help="use the simple schema format as output")
     parser.add_option("-x", "--xml", action="store_true", dest="xml",
                       default=False, help="use the xml schema format as output")
     parser.add_option("-f", "--force", action="store_true", dest="force",



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