File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -345,7 +345,7 @@ Default: `https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots
345
345
The ` --snapshot-location-base <url> ` command option specifies the base location
346
346
of snapshots.
347
347
348
- ## ` --help ` command flag
348
+ ## ` --help ` or ` -h ` command flags
349
349
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.
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ There are lots of resources available for learning more about Stack:
6
6
7
7
* ` stack ` or ` stack --help ` — lists Stack's commands, and flags and options
8
8
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
11
11
* ` stack --version ` — identify the version and Git hash of the Stack executable
12
12
* ` --verbose ` (or ` -v ` ) — much more info about internal operations (useful for
13
13
bug reports)
You can’t perform that action at this time.
0 commit comments