From: Samuel Just Date: Thu, 6 May 2021 07:13:54 +0000 (-0700) Subject: crimson/tools/store-nbd: fix help message for path X-Git-Tag: v17.1.0~2043^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d5bc5825e2abe808db41a4dcbbf186a64d713150;p=ceph.git crimson/tools/store-nbd: fix help message for path Signed-off-by: Samuel Just --- diff --git a/src/crimson/tools/store-nbd.cc b/src/crimson/tools/store-nbd.cc index f1a33118841..0d4e0e96d29 100644 --- a/src/crimson/tools/store-nbd.cc +++ b/src/crimson/tools/store-nbd.cc @@ -91,7 +91,7 @@ public: po::value() ->required() ->notifier([this](auto s) { path = s; }), - "Number of writes outstanding" + "Path to device for backend" ) ("mkfs", po::value()