From 19c9f882706c673ad9a189b26637896daa3bf347 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Mon, 11 Nov 2024 10:57:22 -0500 Subject: [PATCH] Regen cabal help after #9583 - Command help text ends with full stop Co-Authored-By: Artem Pelenitsyn --- cabal-install/src/Distribution/Client/CmdPath.hs | 2 +- doc/cabal-commands.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cabal-install/src/Distribution/Client/CmdPath.hs b/cabal-install/src/Distribution/Client/CmdPath.hs index 8ca8d6181f1..61fd8162b73 100644 --- a/cabal-install/src/Distribution/Client/CmdPath.hs +++ b/cabal-install/src/Distribution/Client/CmdPath.hs @@ -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" diff --git a/doc/cabal-commands.rst b/doc/cabal-commands.rst index 60795c4d7f6..d13d13216c4 100644 --- a/doc/cabal-commands.rst +++ b/doc/cabal-commands.rst @@ -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. @@ -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.