diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-13 23:53:15 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-08-13 23:53:15 +0200 |
commit | ee6563f3ec7274bc724b64b9079f166c825e8d3a (patch) | |
tree | 2a2fed2eb963a6deff45885b4276e6b082d35370 | |
parent | code style (diff) | |
download | linux-home-ee6563f3ec7274bc724b64b9079f166c825e8d3a.tar.gz linux-home-ee6563f3ec7274bc724b64b9079f166c825e8d3a.zip |
runc: interface update
Diffstat (limited to '')
-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 ;; |