diff options
| author | Val Neekman (AvidCoder) <un33kvu@gmail.com> | 2022-02-16 17:46:24 -0500 |
|---|---|---|
| committer | Val Neekman (AvidCoder) <un33kvu@gmail.com> | 2022-02-16 17:46:24 -0500 |
| commit | c096bcdd76b0ef216716eccef5b19839266e1372 (patch) | |
| tree | 888711232e1b5c92f6757c38ed963dbf2a8a5849 /slugify/__main__.py | |
| parent | 86d76eead5430ec9b36b178dc0f3cb9b8ec20127 (diff) | |
| download | python-slugify-6.0.1.tar.gz | |
regex: allow=>disallowv6.0.1
Diffstat (limited to 'slugify/__main__.py')
| -rw-r--r-- | slugify/__main__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slugify/__main__.py b/slugify/__main__.py index ffdfd5f..5a888fe 100644 --- a/slugify/__main__.py +++ b/slugify/__main__.py @@ -31,7 +31,7 @@ def parse_args(argv): parser.add_argument("--stopwords", nargs='+', help="Words to discount") parser.add_argument("--regex-pattern", - help="Python regex pattern for allowed characters") + help="Python regex pattern for disallowed characters") parser.add_argument("--no-lowercase", action='store_false', dest='lowercase', default=True, help="Activate case sensitivity") parser.add_argument("--replacements", nargs='+', |
