diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f99dd0..0e7555a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Changes ======= +Beta 0.8.2 +--------- +Bug Fixes: +* Fixed command line help text inconsistency + Beta 0.8.1 --------- Bug Fixes: diff --git a/iridauploader/core/cli.py b/iridauploader/core/cli.py index 41a599b..3a8f8f2 100644 --- a/iridauploader/core/cli.py +++ b/iridauploader/core/cli.py @@ -20,7 +20,7 @@ This program parses sequencing runs and uploads them to IRIDA. required arguments: - --d DIRECTORY, --directory DIRECTORY + -d DIRECTORY, --directory DIRECTORY Location of sequencing run to upload. Directory must be writable. ''')