cconf: fix clitest

Signed-off-by: Sage Weil <sage@newdream.net>
This commit is contained in:
Sage Weil 2011-08-19 13:05:42 -07:00
parent 72044499b8
commit 513f6128a1

View 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.