summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2015-02-22 20:13:13 +0100
committerRyan Lortie <desrt@desrt.ca>2015-03-02 17:27:37 -0500
commit816d75cfd904407e0731c65201d16ebfe9f167ec (patch)
treea3bc4a3f95d948b90b48f20a0b6aa2f35c5095c8 /bin
parent04fd3d9f05d154cdca59edc1cc5bdd61f0c45c8b (diff)
downloaddconf-816d75cfd904407e0731c65201d16ebfe9f167ec.tar.gz
dconf(1): fix whitespace in synopsis
https://bugzilla.gnome.org/show_bug.cgi?id=744982
Diffstat (limited to 'bin')
-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: