Skip to content

Commit

Permalink
[#6136] improvement(CLI): Move check for enable and disable command i…
Browse files Browse the repository at this point in the history
…n Gravitino CLI to command

fix some bugs.
  • Loading branch information
Abyss-lord committed Feb 26, 2025
1 parent 864177f commit 8fa11c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class ErrorMessages {
public static final String ENTITY_IN_USE = " in use, please disable it first.";

public static final String INVALID_ENABLE_DISABLE =
"Unable to us --enable and --disable at the same time";
"The --enable and the --disable options are mutual exclusive.";
public static final String INVALID_OWNER_COMMAND =
"Unsupported combination of options either use --user or --group.";
public static final String INVALID_REMOVE_COMMAND =
Expand Down

0 comments on commit 8fa11c0

Please sign in to comment.