diff --git a/server/config/settings.py b/server/config/settings.py index ef335142..5c373ded 100644 --- a/server/config/settings.py +++ b/server/config/settings.py @@ -279,7 +279,7 @@ "Regex pattern to use when parsing file names of uploaded artifacts. The " "pattern must include the following four named match groups; otherwise an " "exception will occur during uploading: `version', `codename`, `variant`, " - "and `date`.", + "and `date`. Separate multiple patterns with the pipe (|) delimiter.", str, ), "SHIPPER_ALLOWED_VERSIONS_TO_UPLOAD": (