take -> require

This commit is contained in:
meejah 2020-05-07 15:57:13 -06:00
parent a384df720a
commit ac46fb24f9

View File

@ -64,7 +64,7 @@ If you don't want to store the configuration on disk at all, you may
use ``--config -`` (that's a dash) and write a valid JSON
configuration to stdin.
All commands take the ``--config`` option, and they all behave
All commands require the ``--config`` option, and they all behave
similarly for "data from stdin" versus "data from disk".