From 816d75cfd904407e0731c65201d16ebfe9f167ec Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 22 Feb 2015 20:13:13 +0100 Subject: dconf(1): fix whitespace in synopsis https://bugzilla.gnome.org/show_bug.cgi?id=744982 --- bin/dconf.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') 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: -- cgit v1.2.1