From 6d19544985e712cc0d349b56d65cc31b560dfb1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Mon, 20 Oct 2008 20:16:40 +0000 Subject: [PATCH] fix typo in last commit See: #1163 --- src/sqlbackup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sqlbackup.sh b/src/sqlbackup.sh index 000245ea..4226f95c 100755 --- a/src/sqlbackup.sh +++ b/src/sqlbackup.sh @@ -270,7 +270,7 @@ read_parameters() { -t|--type) shift; TYPE="$1";; -n|--name-methode) shift; SQLBACKUP_TYPE="$1";; -a|--allow-ovewrite) shift; SQLBACKUP_OVERWRITE="$1" ;; - daily|weekly); TYPE="$1";; # backwards compatibility + daily|weekly) TYPE="$1";; # backwards compatibility *) error "invalid option -- $1" error "Try \`sqlbackup.sh --help' for more information."