[dconf] dconf(1): fix whitespace in synopsis
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf] dconf(1): fix whitespace in synopsis
- Date: Mon, 2 Mar 2015 22:28:55 +0000 (UTC)
commit 816d75cfd904407e0731c65201d16ebfe9f167ec
Author: Andreas Schwab <schwab linux-m68k org>
Date: Sun Feb 22 20:13:13 2015 +0100
dconf(1): fix whitespace in synopsis
https://bugzilla.gnome.org/show_bug.cgi?id=744982
bin/dconf.vala | 6 +++---
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:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]