File tree 2 files changed +2
-2
lines changed
cabal-install/src/Distribution/Client
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)
95
95
pathCommand =
96
96
CommandUI
97
97
{ commandName = " path"
98
- , commandSynopsis = " Query for simple project information"
98
+ , commandSynopsis = " Query for simple project information. "
99
99
, commandDescription = Just $ \ _ ->
100
100
wrapText $
101
101
" 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
19
19
[global]
20
20
user-config Display and update the user's global cabal configuration.
21
21
help Help about commands.
22
- path Display paths used by cabal.
23
22
24
23
[package database]
25
24
update Updates list of known packages.
@@ -36,6 +35,7 @@ Commands
36
35
freeze Freeze dependencies.
37
36
gen-bounds Generate dependency bounds.
38
37
outdated Check for outdated dependencies.
38
+ path Query for simple project information.
39
39
40
40
[project building and installing]
41
41
build Compile targets within the project.
You can’t perform that action at this time.
0 commit comments