diff options
-rw-r--r-- | .bashrc_cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc_cxx b/.bashrc_cxx index 848e190..6945590 100644 --- a/.bashrc_cxx +++ b/.bashrc_cxx @@ -27,8 +27,8 @@ runc() ( shift ;; - -h) - echo "usage: ${FUNCNAME[0]} [-h] [-c|--c-flags FLAG]" + -h|--help) + echo "usage: ${FUNCNAME[0]} [-h|--help] [-c|--c-flags FLAG]" return 0 ;; |