]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
src/ceph_osd.cc Add missing newline to usage message 7613/head
authorWillem Jan Withagen <wjw@digiware.nl>
Thu, 11 Feb 2016 18:18:19 +0000 (19:18 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 11 Feb 2016 20:29:19 +0000 (21:29 +0100)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/ceph_osd.cc

index ce5b9ef1362340c4c14a03ae7e839a1f01a63b64..752a852fe470f74265cd5b248f8de7651ff0c73c 100644 (file)
@@ -85,7 +85,7 @@ void usage()
        << "                    check whether a journal is allowed\n"
        << "  --check-needs-journal\n"
        << "                    check whether a journal is required\n"
-       << "  --debug_osd <N>   set debug level (e.g. 10)"
+       << "  --debug_osd <N>   set debug level (e.g. 10)\n"
        << "  --get-device-fsid PATH\n"
        << "                    get OSD fsid for the given block device\n"
        << std::endl;