From: songweibin Date: Wed, 31 Jan 2018 02:17:12 +0000 (+0800) Subject: rbd: add missing period at the end of mesg X-Git-Tag: v13.0.2~372^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d8608ceb2ebacebb08612b79ddd8f84e0203ef5f;p=ceph.git rbd: add missing period at the end of mesg Signed-off-by: songweibin --- diff --git a/src/test/cli/rbd/help.t b/src/test/cli/rbd/help.t index bbabd2cb3816..b7a1371ef312 100644 --- a/src/test/cli/rbd/help.t +++ b/src/test/cli/rbd/help.t @@ -18,7 +18,7 @@ Skip test on FreeBSD as it generates different output there. diff Print extents that differ since a previous snap, or image creation. disk-usage (du) Show disk usage stats for pool, image - or snapshot + or snapshot. export Export image to file. export-diff Export incremental diff to file. feature disable Disable the specified image feature. @@ -381,7 +381,7 @@ Skip test on FreeBSD as it generates different output there. [--from-snap ] - Show disk usage stats for pool, image or snapshot + Show disk usage stats for pool, image or snapshot. Positional arguments image or snapshot specification diff --git a/src/tools/rbd/action/DiskUsage.cc b/src/tools/rbd/action/DiskUsage.cc index 798d3afaad4b..c8dadc8d76a8 100644 --- a/src/tools/rbd/action/DiskUsage.cc +++ b/src/tools/rbd/action/DiskUsage.cc @@ -291,7 +291,7 @@ int execute(const po::variables_map &vm, } Shell::Action action( - {"disk-usage"}, {"du"}, "Show disk usage stats for pool, image or snapshot", + {"disk-usage"}, {"du"}, "Show disk usage stats for pool, image or snapshot.", "", &get_arguments, &execute); } // namespace disk_usage