Skip to content

Commit f276006

Browse files
authored
Merge pull request #10545 from cabalism/doc/9583-help
Regen cabal help after #9583
2 parents 7de199a + 19c9f88 commit f276006

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
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

+1-1
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)