We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a46cd commit 9e5cebeCopy full SHA for 9e5cebe
integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer/install.sh
@@ -45,7 +45,7 @@ function show_help() {
45
echo
46
echo "Options:"
47
echo " -h, --help Display this information"
48
- echo " --cpu Comma separated list of CPUs. Like `arm` or `arm64`"
+ echo " --cpu Comma separated list of CPUs. Like $(arm) or $(arm64)"
49
echo " --tizen-sdk-path Set directory for Tizen SDK installation. Default is $TIZEN_SDK_ROOT"
50
echo " --tizen-sdk-data-path Set directory for Tizen SDK runtime data. Default is $TIZEN_SDK_DATA_PATH"
51
echo " --install-dependencies This option installs all required dependencies"
0 commit comments