diff mbox

mkcephfs: Do not pipe echo output into --allhosts

Message ID 1282947606-23020-1-git-send-email-jaschut@sandia.gov (mailing list archive)
State New, archived
Headers show

Commit Message

Jim Schutt Aug. 27, 2010, 10:20 p.m. UTC
None
diff mbox

Patch

diff --git a/src/mkcephfs.in b/src/mkcephfs.in
index 288cbd4..fa35382 100644
--- a/src/mkcephfs.in
+++ b/src/mkcephfs.in
@@ -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