diff options
author | rockcavera <rockcavera@gmail.com> | 2022-04-01 03:01:51 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 08:01:51 +0200 |
commit | 1275763284d540c0e8ad53b3c27e52743ee08f2b (patch) | |
tree | f232929d2ea3358949652a6b97ded4aa08c8b91f | |
parent | 49844415ce829cb627d0b02dd6b057a1574f44d6 (diff) | |
download | Nim-1275763284d540c0e8ad53b3c27e52743ee08f2b.tar.gz |
fix 19655 - fixing url fragment (#19667)
-rw-r--r-- | lib/pure/parseopt.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pure/parseopt.nim b/lib/pure/parseopt.nim index b2d024a39..aff9312f9 100644 --- a/lib/pure/parseopt.nim +++ b/lib/pure/parseopt.nim @@ -16,7 +16,7 @@ ## ## The following syntax is supported when arguments for the `shortNoVal` and ## `longNoVal` parameters, which are -## `described later<#shortnoval-and-longnoval>`_, are not provided: +## `described later<#nimshortnoval-and-nimlongnoval>`_, are not provided: ## ## 1. Short options: `-abcd`, `-e:5`, `-e=5` ## 2. Long options: `--foo:bar`, `--foo=bar`, `--foo` |