Fix tunnel command usage

This commit is contained in:
Brady
2020-03-02 13:40:43 -06:00
committed by GitHub
parent d9fc825b0f
commit 0ca3c496de

View File

@@ -107,7 +107,7 @@ public class TunnelCommand extends Command {
"",
"Usage:",
"> tunnel - No arguments, mines in a 1x2 radius.",
"> tunnel height/width/depth - Tunnels in a user defined height, width and depth."
"> tunnel <height> <width> <depth> - Tunnels in a user defined height, width and depth."
);
}
}