Skip to content

Commit

Permalink
Merge pull request #195 from udda1996/update-list-cmd
Browse files Browse the repository at this point in the history
Update pre-release flag
  • Loading branch information
hevayo authored Jan 14, 2022
2 parents b5ec0ed + 2bd48fc commit 64a8164
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class ListCommand extends Command implements BCommand {
@CommandLine.Option(names = {"--all", "-a"}, hidden = true)
private boolean allFlag;

@CommandLine.Option(names = {"--pre-releases", "-pr"}, hidden = true)
@CommandLine.Option(names = {"--pre-releases", "-p"}, hidden = true)
private boolean prFlag;

private CommandLine parentCmdParser;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/cli-help/ballerina-dist-list.help
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SYNOPSIS
bal dist list

OPTIONS
-pr, --pre-releases
-p, --pre-releases
List the distributions that are available for you to download under the pre-releases channel.

-a, --all
Expand Down

0 comments on commit 64a8164

Please sign in to comment.