]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mkcephfs: fix bad |
authorSage Weil <sage@newdream.net>
Tue, 7 Sep 2010 17:18:52 +0000 (10:18 -0700)
committerSage Weil <sage@newdream.net>
Tue, 7 Sep 2010 18:45:25 +0000 (11:45 -0700)
Reported-by: Jim Schutt <jaschut@sandia.gov>
Signed-off-by: Sage Weil <sage@newdream.net>
src/mkcephfs.in

index 288cbd4e106743f0880b32f410a84aa7b6fc9c28..adcaba32e9ac836319eb1951374c5309e2145dc6 100644 (file)
@@ -86,7 +86,7 @@ done
 [ -z "$conf" ] && usage_exit
 
 if [ $allhosts -eq 0 ]; then
-    echo mkcephfs currently requires -a|--allhosts to initialize the whole fs at once.
+    echo "mkcephfs currently requires -a|--allhosts to initialize the whole fs at once."
     usage_exit
 fi