Skip to content

Commit

Permalink
Fix flag short option in the dump script (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 authored Feb 23, 2023
1 parent 5d1f442 commit 10f9cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/dump_scenario_from_k8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cmdline() {
p)
readonly EXPORT_PATH=$OPTARG
;;
p)
d)
readonly DISCARDED_EVENT_NUMBER=$OPTARG
;;
*)
Expand Down

0 comments on commit 10f9cf4

Please sign in to comment.