summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
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";
}
}