[dconf] cli: Fix help message to include 'load' and 'dump'



commit 0ad55754c73c6bf3322b5f5aaa85a60296452e9f
Author: Roberto C. Morano <rcmorano emergya es>
Date:   Mon Feb 6 14:12:22 2012 -0500

    cli: Fix help message to include 'load' and 'dump'
    
    https://bugzilla.gnome.org/show_bug.cgi?id=663547

 NEWS           |   11 +++++++++++
 bin/dconf.vala |    2 ++
 2 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4e731ce..63fa762 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Changes in dconf 0.11.5
+=======================
+
+ - do not install non-standard icon sizes
+
+ - fix a bug with getting default values when no profile is in use
+
+ - some general code cleanups on the client side
+
+ - improve Makefile compatibility: avoid using 'echo -e'
+
 Changes in dconf 0.11.3
 =======================
 
diff --git a/bin/dconf.vala b/bin/dconf.vala
index a25b489..c82dba1 100644
--- a/bin/dconf.vala
+++ b/bin/dconf.vala
@@ -93,6 +93,8 @@ Commands:
   reset             Reset the value of a key or dir
   update            Update the system databases
   watch             Watch a path for changes
+  dump              Dump an entire subpath to stdout
+  load              Populate a subpath from stdin
 
 Use 'dconf help COMMAND' to get detailed help.
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]