summaryrefslogtreecommitdiff
path: root/com/nemez/cmdmgr/util/HelpPageCommand.java
diff options
context:
space:
mode:
Diffstat (limited to 'com/nemez/cmdmgr/util/HelpPageCommand.java')
-rw-r--r--com/nemez/cmdmgr/util/HelpPageCommand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/com/nemez/cmdmgr/util/HelpPageCommand.java b/com/nemez/cmdmgr/util/HelpPageCommand.java
index a3ee138..2229672 100644
--- a/com/nemez/cmdmgr/util/HelpPageCommand.java
+++ b/com/nemez/cmdmgr/util/HelpPageCommand.java
@@ -10,7 +10,7 @@ public class HelpPageCommand {
public HelpPageCommand(String perm, String usage, String description, String method, Type type) {
this.permission = perm;
- this.usage = usage;
+ this.usage = usage.replaceAll("<empty>", "");
this.description = description;
this.method = method;
this.type = type;