diff options
Diffstat (limited to 'doc/usage/cmdline.rst')
-rw-r--r-- | doc/usage/cmdline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmdline.rst b/doc/usage/cmdline.rst index 88f18c974c8..58240c5279c 100644 --- a/doc/usage/cmdline.rst +++ b/doc/usage/cmdline.rst @@ -14,7 +14,7 @@ Simple command-line parser This takes very little code space and offers only basic features: -- supports environment variables (through setenv / saveenv commands) +- supports environment variables (through :doc:`cmd/env`) - several commands on one line, separated by ';' - variable substitution using "... ${name} ..." syntax - special characters ('$', ';') can be escaped by prefixing with '\', |