aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bash_utils/cxx.sh
diff options
context:
space:
mode:
Diffstat (limited to '.bash_utils/cxx.sh')
-rw-r--r--.bash_utils/cxx.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bash_utils/cxx.sh b/.bash_utils/cxx.sh
index 49d4549..527c120 100644
--- a/.bash_utils/cxx.sh
+++ b/.bash_utils/cxx.sh
@@ -27,7 +27,7 @@ runc() (
;;
-h|--help)
- echo "usage: ${FUNCNAME[0]} [-h|--help] [-c|--c-flags FLAG]"
+ echo "usage: ${FUNCNAME[0]} [-h|--help] [-c|--c-flags FLAG]... [--] [SRC_PATH]..."
return 0
;;
@@ -83,7 +83,7 @@ runcxx() (
;;
-h|--help)
- echo "usage: ${FUNCNAME[0]} [-h|--help] [-c|--cxx-flags FLAG]"
+ echo "usage: ${FUNCNAME[0]} [-h|--help] [-c|--cxx-flags FLAG]... [--] [SRC_PATH]..."
return 0
;;