Skip to content

Commit

Permalink
feat: Update description for skip pub get to say skips
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgnhnt96 committed Feb 28, 2024
1 parent a6a120e commit 4274eec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/src/commands/install_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class InstallCommand extends BaseCommand {
)
..addFlag(
'skip-pub-get',
help: 'Resolves dependencies after switching Flutter SDK',
help: 'Skip resolving dependencies after switching Flutter SDK',
negatable: false,
defaultsTo: false,
);
Expand Down
2 changes: 1 addition & 1 deletion lib/src/commands/use_command.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class UseCommand extends BaseCommand {
)
..addFlag(
'skip-pub-get',
help: 'Resolves dependencies after switching Flutter SDK',
help: 'Skip resolving dependencies after switching Flutter SDK',
negatable: false,
defaultsTo: false,
)
Expand Down

0 comments on commit 4274eec

Please sign in to comment.