Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Oct 19, 2023
1 parent 5905e18 commit eba4d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sourmash/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ def multigather(args):
if args.force_allow_overwrite_output:
error(f"continuing because --force-allow-overwrite was specified")
else:
error("Consider using '-U/----output-add-query-md5sum' to build unique outputs")
error("Consider using '-U/--output-add-query-md5sum' to build unique outputs")
error("and/or '--force-allow-overwrite-output'")
sys.exit(-1)

Expand Down

0 comments on commit eba4d2a

Please sign in to comment.