pconf reconnait maintenant les arguments offline et online
This commit is contained in:
parent
9e49995328
commit
58e7f6fbbc
|
@ -52,8 +52,8 @@ function pconf() {
|
|||
*) UTOOLS_AUTO=1;;
|
||||
esac
|
||||
;;
|
||||
n|np|nopush) UTOOLS_VCS_OFFLINE=1;;
|
||||
push) UTOOLS_VCS_OFFLINE=;;
|
||||
n|np|nopush|o|off|offline) UTOOLS_VCS_OFFLINE=1;;
|
||||
push|on|online) UTOOLS_VCS_OFFLINE=;;
|
||||
p|cyclep)
|
||||
case "$UTOOLS_VCS_OFFLINE" in
|
||||
"") UTOOLS_VCS_OFFLINE=1;;
|
||||
|
|
Loading…
Reference in New Issue