summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/dconf.vala6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/dconf.vala b/bin/dconf.vala
index ecd8f3b..d0a0344 100644
--- a/bin/dconf.vala
+++ b/bin/dconf.vala
@@ -64,17 +64,17 @@ void show_help (bool requested, string? command) {
case "watch":
description = "Watch a path for key changes";
- synopsis = "PATH";
+ synopsis = " PATH ";
break;
case "dump":
description = "Dump an entire subpath to stdout";
- synopsis = "DIR";
+ synopsis = " DIR ";
break;
case "load":
description = "Populate a subpath from stdin";
- synopsis = "DIR";
+ synopsis = " DIR ";
break;
default: