summaryrefslogtreecommitdiff
path: root/src/mkcephfs.in
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2010-09-07 10:18:52 -0700
committerSage Weil <sage@newdream.net>2010-09-07 11:45:25 -0700
commit518b95df865911d30be39e5ed2ebb22be81b26d9 (patch)
tree5af0e9e8677e52ac3efb4c59ae5e109f267d8817 /src/mkcephfs.in
parent7f9bab9ee7346e7b1aa2edd9dbe0e52084776b30 (diff)
downloadceph-518b95df865911d30be39e5ed2ebb22be81b26d9.tar.gz
mkcephfs: fix bad |
Reported-by: Jim Schutt <jaschut@sandia.gov> Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'src/mkcephfs.in')
-rw-r--r--src/mkcephfs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mkcephfs.in b/src/mkcephfs.in
index 288cbd4e106..adcaba32e9a 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