anton-vinogradov commented on a change in pull request #9779:
URL: https://github.com/apache/ignite/pull/9779#discussion_r795704229



##########
File path: 
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/consistency/ConsistencyCommand.java
##########
@@ -43,6 +43,24 @@
  *
  */
 public class ConsistencyCommand extends AbstractCommand<Object> {
+    /** Cache. */
+    public static final String C = "-c";

Review comment:
       It's really harder to make typo at `P` than at `PARTITION`. 
   Also, the command is shorter, which is important.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to