diff options
Diffstat (limited to 'content/en/commands/hugo_version.md')
-rw-r--r-- | content/en/commands/hugo_version.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/content/en/commands/hugo_version.md b/content/en/commands/hugo_version.md index 471edd2bb..bbc961093 100644 --- a/content/en/commands/hugo_version.md +++ b/content/en/commands/hugo_version.md @@ -5,11 +5,11 @@ url: /commands/hugo_version/ --- ## hugo version -Print Hugo version and environment info +Display version ### Synopsis -Print Hugo version and environment info. This is useful in Hugo bug reports. +Display version and environment info. This is useful in Hugo bug reports. ``` hugo version [flags] [args] @@ -41,5 +41,5 @@ hugo version [flags] [args] ### SEE ALSO -* [hugo](/commands/hugo/) - hugo builds your site +* [hugo](/commands/hugo/) - Build your site |