]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: --help-seastar does no longer belong to unknown_args
authorYingxin Cheng <yingxin.cheng@intel.com>
Fri, 24 Dec 2021 08:12:13 +0000 (16:12 +0800)
committerYingxin Cheng <yingxin.cheng@intel.com>
Mon, 27 Dec 2021 11:06:47 +0000 (19:06 +0800)
commit051224bbac6aa28f7988873fb7849976813f2c51
tree14e8122e231606fa69ebabad058426258d1985cf
parenteb5290f690afdaa382617507491d04d6c9cfee59
crimson/osd: --help-seastar does no longer belong to unknown_args

Now that app_template handles --help-seastar, and prints out all
app-level usages if --help is included in command line options. There is
no need to add a dedicated --help-seastar by ourselves and translate it
to --help.

Signed-off-by: Yingxin Cheng <yingxin.cheng@intel.com>
src/crimson/osd/main.cc