Skip to content

Commit e3b7ba5

Browse files
committed
Add --help option to mkproject
Fixes issue #156
1 parent d6ab5f5 commit e3b7ba5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

virtualenvwrapper.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -972,9 +972,8 @@ function mkproject {
972972
while [ $i $tst $# ]
973973
do
974974
a="${in_args[$i]}"
975-
# echo "arg $i : $a"
976975
case "$a" in
977-
-h)
976+
-h|--help)
978977
mkproject_help;
979978
return;;
980979
-t)

0 commit comments

Comments
 (0)