From ee6563f3ec7274bc724b64b9079f166c825e8d3a Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 13 Aug 2016 23:53:15 +0200 Subject: runc: interface update --- .bashrc_cxx | 4 ++-- 1 file 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 ;; -- cgit v1.2.3