Skip to content

Commit

Permalink
fix spacing in migrate command
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Sep 8, 2024
1 parent 9c3616f commit 2a445d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ private String getContext(String command, String order) {
case "give-random" -> usage = order + " <key_type> <amount> <player_name>";
case "give", "take" -> usage = order + " <key_type> <crate_name> <amount> <player_name>";
case "giveall" -> usage = order + " <key_type> <crate-name> <amount>";
case "migrate" -> usage = order + "<migration_type> [crate_name]";
case "migrate" -> usage = order + " <migration_type> [crate_name]";
case "admin" -> usage = order;
}

Expand Down

0 comments on commit 2a445d6

Please sign in to comment.