From 93623fba99f61207baacd1c46a44769e5118468f Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 17 Jun 2011 16:04:56 -0700 Subject: [PATCH] common: fix descriptinos for -i, -n too Signed-off-by: Sage Weil --- src/common/ceph_argparse.cc | 4 ++-- src/test/cli/ceph/help.t | 4 ++-- src/test/cli/radosgw_admin/help.t | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/common/ceph_argparse.cc b/src/common/ceph_argparse.cc index 6f2ca92c5ca62..b272bec3b398d 100644 --- a/src/common/ceph_argparse.cc +++ b/src/common/ceph_argparse.cc @@ -371,8 +371,8 @@ static void generic_usage(bool is_server) --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 set ID\n\ ---name set ID.TYPE\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; diff --git a/src/test/cli/ceph/help.t b/src/test/cli/ceph/help.t index 0083be9a80a4a..ac9a9c35a3a7c 100644 --- a/src/test/cli/ceph/help.t +++ b/src/test/cli/ceph/help.t @@ -17,8 +17,8 @@ --conf/-c Read configuration from the given configuration file -d Run in foreground, log to stderr. -f Run in foreground, log to usual location. - --id set ID - --name set ID.TYPE + --id/-i set ID portion of my name + --name/-n set name (TYPE.ID) --version show version and quit [1] diff --git a/src/test/cli/radosgw_admin/help.t b/src/test/cli/radosgw_admin/help.t index fd431a087c193..4c7330e348729 100644 --- a/src/test/cli/radosgw_admin/help.t +++ b/src/test/cli/radosgw_admin/help.t @@ -36,8 +36,8 @@ --conf/-c Read configuration from the given configuration file -d Run in foreground, log to stderr. -f Run in foreground, log to usual location. - --id set ID - --name set ID.TYPE + --id/-i set ID portion of my name + --name/-n set name (TYPE.ID) --version show version and quit [1] -- 2.39.5