mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
commands: Use punctuation consistently in short description
This commit is contained in:
parent
fd8b0fbf8a
commit
ee438606dd
5 changed files with 20 additions and 20 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# The hugo mod get command handles flags a little special, but the -h flag should print the help.
|
||||
hugo mod get -h
|
||||
stdout 'Resolves dependencies in your current Hugo Project'
|
||||
stdout 'Resolves dependencies in your current Hugo project'
|
||||
|
||||
# Invalid flag. Should print an error message to stderr and the help to stdout.
|
||||
! hugo --asdf
|
||||
|
@ -15,4 +15,4 @@ stdout 'hugo is the main command'
|
|||
stderr 'failed to load config'
|
||||
|
||||
-- hugo.toml --
|
||||
invalid: toml
|
||||
invalid: toml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue