aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bashrc_cxx
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-08-13 23:53:15 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2016-08-13 23:53:15 +0200
commitee6563f3ec7274bc724b64b9079f166c825e8d3a (patch)
tree2a2fed2eb963a6deff45885b4276e6b082d35370 /.bashrc_cxx
parentcode style (diff)
downloadlinux-home-ee6563f3ec7274bc724b64b9079f166c825e8d3a.tar.gz
linux-home-ee6563f3ec7274bc724b64b9079f166c825e8d3a.zip
runc: interface update
Diffstat (limited to '.bashrc_cxx')
-rw-r--r--.bashrc_cxx4
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
;;