File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cabal-install/src/Distribution/Client Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ pathCommand :: CommandUI (NixStyleFlags PathFlags)
9595pathCommand =
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 "
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments