We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7fca2 commit 8f5ebceCopy full SHA for 8f5ebce
src/main/java/Main.java
@@ -13,7 +13,7 @@
13
import static picocli.CommandLine.*;
14
15
@Command(name = "graphql-anonymizer", mixinStandardHelpOptions = true, version = "graphql-anonymizer 1.0",
16
- description = "Prints the checksum (MD5 by default) of a file to STDOUT.")
+ description = "Aononymize GraphQL schemas and queries.")
17
public class Main implements Callable<String> {
18
19
0 commit comments