From 65ed6c61088d0b90a61503b94a51a8c1a006f1e7 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Wed, 20 Mar 2019 18:21:09 +0800 Subject: [PATCH] Update doc/getting-started/gsg_quick_setup.sh Thanks for your comments, I will fix it in next release. Co-Authored-By: lirui34 <48583653+lirui34@users.noreply.github.com> --- doc/getting-started/gsg_quick_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting-started/gsg_quick_setup.sh b/doc/getting-started/gsg_quick_setup.sh index 236a97bc0..e6157499c 100644 --- a/doc/getting-started/gsg_quick_setup.sh +++ b/doc/getting-started/gsg_quick_setup.sh @@ -12,7 +12,7 @@ function print_help() { echo "Usage:" echo "Launch this script as: sudo $0 -t 28100" -echo "-t to specify clear linux version for upgrading" +echo -e "\t-t to specify clear linux version for upgrading" echo "-p to specify a proxy server" echo "-m to use swupd mirror url" echo "-u to upgrade uos, if you just upgrade sos using this script, you'd better to manually reboot sos then continue to use this function."