mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Fix typo in command-line option description.
This commit is contained in:
parent
9a753f4fa9
commit
7cbf750329
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ def parse_arguments():
|
|||
|
||||
parser.add_argument('-D', '--debug', action='store_const',
|
||||
const=logging.DEBUG, dest='verbosity',
|
||||
help='Show all message, including debug messages.')
|
||||
help='Show all messages, including debug messages.')
|
||||
|
||||
parser.add_argument('--version', action='version', version=__version__,
|
||||
help='Print the pelican version and exit.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue