Skip to content

Commit

Permalink
[#5570] improve(CLI): Add the ability to revoke all roles or groups i…
Browse files Browse the repository at this point in the history
…n the Gravitino CLI.

fix description of all option.
  • Loading branch information
Abyss-lord committed Jan 16, 2025
1 parent 936c4bc commit b9f6635
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public Options options() {
options.addOption(createArgOption(DEFAULT, "default column value"));
options.addOption(createSimpleOption("o", OWNER, "display entity owner"));
options.addOption(createArgOption(COLUMNFILE, "CSV file describing columns"));
options.addOption(createSimpleOption(null, ALL, "all operation for --enable"));
options.addOption(createSimpleOption(null, ALL, "on all entities"));

// model options
options.addOption(createArgOption(null, URI, "model version artifact"));
Expand Down

0 comments on commit b9f6635

Please sign in to comment.