Skip to content

Commit

Permalink
Script: modify usage parameters in build_depend.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 13, 2025
1 parent 4e243aa commit 01b47cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Script/build_depend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ QT=0
RabbitCommon=0

usage_long() {
echo "$0 [--install=install_dir] [--source=source_dir] [--tools=tools_dir] [--build=build_dir] [--apt='lib1 lib2 ...'] [--apt_update=[0|1]] [--base[=0|1]] [--default[=0|1]] [--qt[=0|1]] [--rabbitcommon[=0|1]]"
echo "$0 [--install=<install directory>] [--source=<source directory>] [--tools=<tools directory>] [--build=<build directory>] [--apt=<'lib1 lib2 ...'>] [--apt_update=[0|1]] [--base[=0|1]] [--default[=0|1]] [--qt[=0|1]] [--rabbitcommon[=0|1]]"
echo "Directory:"
echo " --install: Set install directory"
echo " --source: Set source directory"
Expand All @@ -30,7 +30,7 @@ usage_long() {
}

usage() {
echo "$0 [-i install_dir] [-s source_dir] [-t tools_dir] [-b build_dir] [-a 'lib1 lib2 ...'] [apt_update] [base] [default] [qt] [rabbitcommon]"
echo "$0 [-i <install directory>] [-s <source directory>] [-t <tools directory>] [-b <build directory>] [-a <'lib1 lib2 ...'>] [apt_update] [base] [default] [qt] [rabbitcommon]"
echo "Directory:"
echo " -i: Set install directory"
echo " -s: Set source directory"
Expand Down

0 comments on commit 01b47cd

Please sign in to comment.