]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd: Fix tabs
authorDan Mick <dan.mick@inktank.com>
Sat, 12 Jan 2013 00:18:10 +0000 (16:18 -0800)
committerDan Mick <dan.mick@inktank.com>
Sat, 12 Jan 2013 00:25:29 +0000 (16:25 -0800)
Signed-off-by: Dan Mick <dan.mick@inktank.com>
src/rbd.cc
src/test/cli/rbd/help.t

index a1b79ea2de1c490ad6a7bb7761e62fc4aa95f231..822171cf64fb6c8e6f3573e7387a961e96f11944 100644 (file)
@@ -130,7 +130,7 @@ void usage()
 "  --id <username>              rados user (without 'client.' prefix) to authenticate as\n"
 "  --keyfile <path>             file containing secret key for use with cephx\n"
 "  --shared <tag>               take a shared (rather than exclusive) lock\n"
-"  --no-settle                 do not wait for udevadm to settle on map/unmap\n";
+"  --no-settle                  do not wait for udevadm to settle on map/unmap\n";
 }
 
 static string feature_str(uint64_t features)
index 5eb838540afa14968b77825308f291803f43fb82..189e882a8f4d2fc6a3808e0ceb53acd361fc4e43 100644 (file)
@@ -60,4 +60,4 @@
     --id <username>              rados user (without 'client.' prefix) to authenticate as
     --keyfile <path>             file containing secret key for use with cephx
     --shared <tag>               take a shared (rather than exclusive) lock
-    --no-settle                         do not wait for udevadm to settle on map/unmap
+    --no-settle                  do not wait for udevadm to settle on map/unmap