From 518b95df865911d30be39e5ed2ebb22be81b26d9 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 7 Sep 2010 10:18:52 -0700 Subject: [PATCH] mkcephfs: fix bad | Reported-by: Jim Schutt Signed-off-by: Sage Weil --- src/mkcephfs.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mkcephfs.in b/src/mkcephfs.in index 288cbd4e10674..adcaba32e9ac8 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 -- 2.39.5