diff --git a/docs/acf-core/src-html/co/aikar/commands/CommandHelp.html b/docs/acf-core/src-html/co/aikar/commands/CommandHelp.html
index 3feebcf4..6c978899 100644
--- a/docs/acf-core/src-html/co/aikar/commands/CommandHelp.html
+++ b/docs/acf-core/src-html/co/aikar/commands/CommandHelp.html
@@ -48,7 +48,7 @@
040 private final List<HelpEntry> helpEntries = new ArrayList<>();
041 private final String commandName;
042 final String commandPrefix;
-043 private int page;
+043 private int page = 1;
044 private int perPage;
045 List<String> search;
046 private Set<HelpEntry> selectedEntry = new HashSet<>();