Skip to content

Commit 057bb34

Browse files
committed
Re #6581 Backport documentation improvements
1 parent 8022922 commit 057bb34

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/global_flags.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ Default: `https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots
345345
The `--snapshot-location-base <url>` command option specifies the base location
346346
of snapshots.
347347

348-
## `--help` command flag
348+
## `--help` or `-h` command flags
349349

350-
If Stack is passed the `--help` command flag, it will output help for the
351-
command.
350+
If Stack is passed the `--help` (or `-h`) command flag, it will output help for
351+
the command.

doc/other_resources.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ There are lots of resources available for learning more about Stack:
66

77
* `stack` or `stack --help` — lists Stack's commands, and flags and options
88
common to those commands
9-
* `stack <command> --help` — provides help on the particular Stack command,
10-
including flags and options specific to the command
9+
* `stack <command> --help` (or `-h`) — provides help on the particular Stack
10+
command, including flags and options specific to the command
1111
* `stack --version` — identify the version and Git hash of the Stack executable
1212
* `--verbose` (or `-v`) — much more info about internal operations (useful for
1313
bug reports)

0 commit comments

Comments
 (0)