we always return right after calling `usage()`, there is no need to
`exit(1)` in usage. and more importantly, we should not `exit(1)` if use
asks for `help` by using `ceph-conf <path> help`.
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit
ab74ea30279c866320c84d760e93c123b7a95557)
RETURN CODE
Return code will be 0 on success; error code otherwise.
- [1]
+
RETURN CODE\n\
Return code will be 0 on success; error code otherwise.\n\
";
- exit(1);
}
static int list_sections(const std::string &prefix,