Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ committed Mar 21, 2024
1 parent 077b759 commit 9c3a288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class LanguageListSubcommand extends ActCommandProject {
@CommandLine.Option(names = {"--code"}, paramLabel = "...", order = -2)
protected BaseCli.LanguageCode code;

@CommandLine.Option(names = {"--all"}, descriptionKey = "crowdin.language.list.all")
@CommandLine.Option(names = {"--all"}, descriptionKey = "crowdin.language.list.all", order = -2)
protected boolean all;

@CommandLine.Option(names = {"--plain"}, descriptionKey = "crowdin.list.usage.plain")
Expand Down

0 comments on commit 9c3a288

Please sign in to comment.