Skip to content

Commit 038edd0

Browse files
committed
cleanup
1 parent b2414a9 commit 038edd0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

scripts/migrate_pvc_data.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ while [[ "$#" -gt 0 ]]; do
2929
-p=*|--threads=*) THREADS="${1#*=}" ;;
3030
-c|--cpu) CPU_REQUEST="$2"; shift ;;
3131
-c=*|--cpu=*) CPU_REQUEST="${1#*=}" ;;
32-
--cpu) CPU_REQUEST="$2"; shift ;;
33-
--cpu=*) CPU_REQUEST="${1#*=}" ;;
3432
*) echo "Unknown parameter passed: $1"; usage; exit 1 ;;
3533
esac
3634
shift

0 commit comments

Comments
 (0)