aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/lombok/core/runtimeDependencies/CreateLombokRuntimeApp.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lombok/core/runtimeDependencies/CreateLombokRuntimeApp.java b/src/core/lombok/core/runtimeDependencies/CreateLombokRuntimeApp.java
index 3a83bea1..f30ff761 100644
--- a/src/core/lombok/core/runtimeDependencies/CreateLombokRuntimeApp.java
+++ b/src/core/lombok/core/runtimeDependencies/CreateLombokRuntimeApp.java
@@ -85,7 +85,6 @@ public class CreateLombokRuntimeApp implements LombokApp {
@Requires("create")
String output;
- @Shorthand({"h", "?"})
@Description("Shows this help text")
boolean help;
}