]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/tools/store-nbd: fix help message for path 41129/head
authorSamuel Just <sjust@redhat.com>
Thu, 6 May 2021 07:13:54 +0000 (00:13 -0700)
committerSamuel Just <sjust@redhat.com>
Fri, 7 May 2021 07:39:05 +0000 (00:39 -0700)
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/tools/store-nbd.cc

index f1a331188415ba591318d94b421b38be4f3cd39b..0d4e0e96d2989dc8f12fc9dd9a9d98b247862f0c 100644 (file)
@@ -91,7 +91,7 @@ public:
         po::value<std::string>()
         ->required()
         ->notifier([this](auto s) { path = s; }),
-        "Number of writes outstanding"
+        "Path to device for backend"
        )
        ("mkfs",
         po::value<bool>()