Skip to content

Commit

Permalink
Further tidy up/conform stack sdist/upload in-app documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Jul 31, 2024
1 parent 3aa600b commit f305704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Stack/Options/SDistParser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ sdistOptsParser = SDistOpts
<$> many (strArgument
( metavar "DIR"
<> completer dirCompleter
<> help "Project package directory. Can be specified multiple times. \
\If none specified, use all project packages."
<> help "A relative path to a package directory. Can be specified \
\multiple times. If none specified, use all project packages."
))
<*> optional pvpBoundsOption
<*> ignoreCheckSwitch
Expand Down
4 changes: 2 additions & 2 deletions src/Stack/Options/UploadParser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ uploadOptsParser = UploadOpts
( metavar "ITEM"
<> completer dirCompleter
<> help "A relative path to a package directory or, for package upload \
\only, an sdist tarball."
\only, an sdist tarball. Can be specified multiple times."
))
documentationParser = flag False True
( long "documentation"
Expand All @@ -57,7 +57,7 @@ uploadOptsParser = UploadOpts
Right v -> pure v
ignoreCheckSwitch = switch
( long "ignore-check"
<> help "For package upload, do not check packages for common mistakes."
<> help "Do not check packages, for upload, for common mistakes."
)
buildPackageOption = boolFlags False
"test-tarball"
Expand Down

0 comments on commit f305704

Please sign in to comment.