summaryrefslogtreecommitdiffstats
path: root/repoman/bin/deleteimage
diff options
context:
space:
mode:
Diffstat (limited to 'repoman/bin/deleteimage')
-rwxr-xr-xrepoman/bin/deleteimage2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoman/bin/deleteimage b/repoman/bin/deleteimage
index 3f060ed4..67a3e88c 100755
--- a/repoman/bin/deleteimage
+++ b/repoman/bin/deleteimage
@@ -28,7 +28,7 @@ EOT
exit 0
fi
# Procesar parĂ¡metros
-while getopts dr OPTION; do
+while getopts br OPTION; do
case $OPTION in
b) DELETEBACKUP=1 ;;
r) RECOVERBACKUP=1 ;;