]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cconf: fix clitest
authorSage Weil <sage@newdream.net>
Fri, 19 Aug 2011 20:05:42 +0000 (13:05 -0700)
committerSage Weil <sage@newdream.net>
Fri, 19 Aug 2011 20:05:42 +0000 (13:05 -0700)
Signed-off-by: Sage Weil <sage@newdream.net>
src/test/cli/cconf/help.t

index 75aacad3b37abab5afe80c9625a8907a5b624ec7..111b320e4a16cf84ad3341d262dc2e8ede9ccfae 100644 (file)
@@ -7,6 +7,10 @@
   ACTIONS
     -L|--list-all-sections          List all sections
     -l|--list-sections <prefix>     List sections with the given prefix
+    --filter-key <key>              Filter section list to only include sections
+                                    with given key defined.
+    --filter-key-value <key>=<val>  Filter section list to only include sections
+                                    with given key/value pair.
     --lookup <key>                  Print a configuration setting to stdout.
                                     Returns 0 (success) if the configuration setting is
                                     found; 1 otherwise.