summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorKyle Bader <kyle.bader@dreamhost.com>2012-07-03 11:20:38 -0700
committerSage Weil <sage@inktank.com>2012-07-03 11:20:43 -0700
commit32833e88a1ad793fa4be86101ce9c22b6f677c06 (patch)
treec76344f79192e05e039531f0607c3d3976969912 /src/common
parent67455c21879c9c117f6402259b5e2da84524e169 (diff)
downloadceph-32833e88a1ad793fa4be86101ce9c22b6f677c06.tar.gz
ceph: better usage
Signed-off-by: Kyle Bader <kyle.bader@dreamhost.com>
Diffstat (limited to 'src/common')
-rw-r--r--src/common/ceph_argparse.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/common/ceph_argparse.cc b/src/common/ceph_argparse.cc
index a6ef1d31a22..4444040415d 100644
--- a/src/common/ceph_argparse.cc
+++ b/src/common/ceph_argparse.cc
@@ -423,16 +423,16 @@ CephInitParameters ceph_argparse_early_args
static void generic_usage(bool is_server)
{
cout << "\
---conf/-c Read configuration from the given configuration file\n\
--d Run in foreground, log to stderr.\n\
--f Run in foreground, log to usual location.\n\
---id/-i set ID portion of my name\n\
---name/-n set name (TYPE.ID)\n\
---version show version and quit\n\
+ --conf/-c Read configuration from the given configuration file\n\
+ -d Run in foreground, log to stderr.\n\
+ -f Run in foreground, log to usual location.\n\
+ --id/-i set ID portion of my name\n\
+ --name/-n set name (TYPE.ID)\n\
+ --version show version and quit\n\
" << std::endl;
if (is_server) {
- cout << " --debug_ms N\n";
+ cout << " --debug_ms N\n";
cout << " set message debug level (e.g. 1)\n";
}
}