]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
radosgw-admin: use cout not cerr to print help message. 5459/head
authorshawn <chen.xiaowei@h3c.com>
Tue, 4 Aug 2015 03:14:31 +0000 (11:14 +0800)
committershawn <chen.xiaowei@h3c.com>
Tue, 4 Aug 2015 03:14:42 +0000 (11:14 +0800)
commit111ecf859b78b4ea6f0161f226d92a81e63aeb86
tree09a4718f73cb29c0f86013a894d0137d55be0c8a
parent5c395ff85627f0f4154af27aff03dd0a9c409fb4
radosgw-admin: use cout not cerr to print help message.

everytime I print radosgw-admin help message, it's too long, and I wanna add | more,
but the help message prints to cerr, so I can only add 2>&1 again, so I think it's
so inconvenient.

Signed-off-by: shawn chen <cxwshawn@gmail.com>
src/rgw/rgw_admin.cc