Skip to content

Commit 19c9f88

Browse files
Regen cabal help after haskell#9583
- Command help text ends with full stop Co-Authored-By: Artem Pelenitsyn <[email protected]>
1 parent 7de199a commit 19c9f88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cabal-install/src/Distribution/Client/CmdPath.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pathCommand :: CommandUI (NixStyleFlags PathFlags)
9595
pathCommand =
9696
CommandUI
9797
{ commandName = "path"
98-
, commandSynopsis = "Query for simple project information"
98+
, commandSynopsis = "Query for simple project information."
9999
, commandDescription = Just $ \_ ->
100100
wrapText $
101101
"Query for configuration and project information such as project GHC.\n"

doc/cabal-commands.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Commands
1919
[global]
2020
user-config Display and update the user's global cabal configuration.
2121
help Help about commands.
22-
path Display paths used by cabal.
2322

2423
[package database]
2524
update Updates list of known packages.
@@ -36,6 +35,7 @@ Commands
3635
freeze Freeze dependencies.
3736
gen-bounds Generate dependency bounds.
3837
outdated Check for outdated dependencies.
38+
path Query for simple project information.
3939

4040
[project building and installing]
4141
build Compile targets within the project.

0 commit comments

Comments
 (0)