From 1b9575ea2f38e75a0b9ba07a87cfc6625fd86921 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 17 Jun 2011 16:01:55 -0700 Subject: [PATCH] common: fix generic usage for -D vs -d Signed-off-by: Sage Weil --- src/common/ceph_argparse.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/ceph_argparse.cc b/src/common/ceph_argparse.cc index a74b80ed62229..6f2ca92c5ca62 100644 --- a/src/common/ceph_argparse.cc +++ b/src/common/ceph_argparse.cc @@ -369,8 +369,8 @@ static void generic_usage(bool is_server) { cout << "\ --conf/-c Read configuration from the given configuration file\n\ --D Run in the foreground.\n\ --f Run in foreground. Show all log messages on stderr.\n\ +-d Run in foreground, log to stderr.\n\ +-f Run in foreground, log to usual location.\n\ --id set ID\n\ --name set ID.TYPE\n\ --version show version and quit\n\ -- 2.39.5