summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgsettings/gsettings-schema-convert2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsettings/gsettings-schema-convert b/gsettings/gsettings-schema-convert
index 5bdd5009..30df1b97 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",