From e25568ec006ceea2585b9002d922f740100aaa2d Mon Sep 17 00:00:00 2001 From: Nikhilkumar Shelke Date: Fri, 29 Oct 2021 12:14:18 +0530 Subject: [PATCH] vstart.sh: print newline character after vstart.sh help text Without this newline character the help text messes up the expected position of the prompt string. Signed-off-by: Nikhilkumar Shelke --- src/vstart.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/vstart.sh b/src/vstart.sh index 2b6a4017afa..c6ff55e7d33 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -199,7 +199,7 @@ read -r -d '' usage <: bind to specific ip @@ -236,7 +236,7 @@ options: --msgr2: use msgr2 only --msgr21: use msgr2 and msgr1 --crimson: use crimson-osd instead of ceph-osd - --crimson-foreground: use crimson-osd, but run it in the foreground + --crimson-foreground: use crimson-osd, but run it in the foreground --osd-args: specify any extra osd specific options --bluestore-devs: comma-separated list of blockdevs to use for bluestore --bluestore-zoned: blockdevs listed by --bluestore-devs are zoned devices (HM-SMR HDD or ZNS SSD) @@ -246,7 +246,8 @@ options: --no-parallel: dont start all OSDs in parallel --jaeger: use jaegertracing for tracing --seastore-devs: comma-separated list of blockdevs to use for seastore - --seastore-secondary-des: comma-separated list of secondary blockdevs to use for seastore + --seastore-secondary-des: comma-separated list of secondary blockdevs to use for seastore +\n EOF usage_exit() {