diff --git a/pridefetch b/pridefetch index f49c53c..5cedb4b 100755 --- a/pridefetch +++ b/pridefetch @@ -103,7 +103,7 @@ def main(): if args.random: # Choose a flag at random from a list of comma-seperated flags - flag_choices = args.choose.split(",") + flag_choices = args.random.split(",") draw_fetch(random_choice(flag_choices)) if args.list: