Skip to content

Commit

Permalink
Remove a 'the'
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm committed Nov 14, 2024
1 parent bae6da1 commit b8fbdba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/src/command/get.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class GetCommand extends PubCommand {
'enforce-lockfile',
negatable: false,
help: 'Enforce pubspec.lock. '
'Fail the `pub get` if the current `pubspec.lock` '
'Fail `pub get` if the current `pubspec.lock` '
'does not exactly specify a valid resolution of `pubspec.yaml` '
'or if any content hash of a hosted package has changed.\n'
'Useful for CI or deploying to production.',
Expand Down
4 changes: 2 additions & 2 deletions test/testdata/goldens/help_test/pub get --help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Usage: pub get
-h, --help Print this usage information.
--[no-]offline Use cached packages instead of accessing the network.
-n, --dry-run Report what dependencies would change but don't change any.
--enforce-lockfile Enforce pubspec.lock. Fail the `pub get` if the current `pubspec.lock` does not exactly specify a valid resolution of `pubspec.yaml` or if any content hash of a hosted
package has changed.
--enforce-lockfile Enforce pubspec.lock. Fail `pub get` if the current `pubspec.lock` does not exactly specify a valid resolution of `pubspec.yaml` or if any content hash of a hosted package
has changed.
Useful for CI or deploying to production.
--[no-]precompile Build executables in immediate dependencies.
-C, --directory=<dir> Run this in the directory <dir>.
Expand Down

0 comments on commit b8fbdba

Please sign in to comment.