Skip to content

Commit

Permalink
Regen cabal help after #9583
Browse files Browse the repository at this point in the history
- Command help text ends with full stop

Co-Authored-By: Artem Pelenitsyn <[email protected]>
  • Loading branch information
philderbeast and ulysses4ever committed Nov 15, 2024
1 parent 7de199a commit 19c9f88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cabal-install/src/Distribution/Client/CmdPath.hs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pathCommand :: CommandUI (NixStyleFlags PathFlags)
pathCommand =
CommandUI
{ commandName = "path"
, commandSynopsis = "Query for simple project information"
, commandSynopsis = "Query for simple project information."
, commandDescription = Just $ \_ ->
wrapText $
"Query for configuration and project information such as project GHC.\n"
Expand Down
2 changes: 1 addition & 1 deletion doc/cabal-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Commands
[global]
user-config Display and update the user's global cabal configuration.
help Help about commands.
path Display paths used by cabal.

[package database]
update Updates list of known packages.
Expand All @@ -36,6 +35,7 @@ Commands
freeze Freeze dependencies.
gen-bounds Generate dependency bounds.
outdated Check for outdated dependencies.
path Query for simple project information.

[project building and installing]
build Compile targets within the project.
Expand Down

0 comments on commit 19c9f88

Please sign in to comment.