sauvegarde_mysql.sh: corr. bug unknown arguments
This commit is contained in:
parent
6956971a89
commit
3176408e0c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ renice -n 20 $$ >/dev/null 2>&1
|
|||
#
|
||||
# Parameters management
|
||||
#
|
||||
while getopts hd:B:p:ze: f; do
|
||||
while getopts hd:B:p:ze:x:X: f; do
|
||||
case "$f" in
|
||||
'h')
|
||||
usage
|
||||
|
|
Loading…
Reference in a new issue