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
|
# Parameters management
|
||||||
#
|
#
|
||||||
while getopts hd:B:p:ze: f; do
|
while getopts hd:B:p:ze:x:X: f; do
|
||||||
case "$f" in
|
case "$f" in
|
||||||
'h')
|
'h')
|
||||||
usage
|
usage
|
||||||
|
|
Loading…
Reference in a new issue