summaryrefslogtreecommitdiff
path: root/docs/why.rst
diff options
context:
space:
mode:
authorDoug Harris <dharris@truthinitiative.org>2018-05-15 09:22:48 -0400
committerDoug Harris <dharris@truthinitiative.org>2018-05-15 10:45:33 -0400
commitfaf0662fcbf8a8f7d14bdd99ffe9148616fbb4d3 (patch)
treef6643546c34b40fa08002327b63070bed4fe3756 /docs/why.rst
parentbc53a964691844d33675beb60d1d9921312258ef (diff)
downloadclick-faf0662fcbf8a8f7d14bdd99ffe9148616fbb4d3.tar.gz
Clarified how/what Click supports for command line options
Diffstat (limited to 'docs/why.rst')
-rw-r--r--docs/why.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/why.rst b/docs/why.rst
index cd9c037..76b84e7 100644
--- a/docs/why.rst
+++ b/docs/why.rst
@@ -8,7 +8,7 @@ This question is easy to answer: because there is not a single command
line utility for Python out there which ticks the following boxes:
* is lazily composable without restrictions
-* fully follows the Unix command line conventions
+* supports implementation of Unix/POSIX command line conventions
* supports loading values from environment variables out of the box
* supports for prompting of custom values
* is fully nestable and composable