From 31b439ee313c9268ac338dd130390d4f7200e693 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sun, 26 Dec 2021 22:00:20 +0100 Subject: rebrand project to workspace --- planetwars-cli/src/commands/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'planetwars-cli/src/commands/mod.rs') diff --git a/planetwars-cli/src/commands/mod.rs b/planetwars-cli/src/commands/mod.rs index 6606c77..db0be21 100644 --- a/planetwars-cli/src/commands/mod.rs +++ b/planetwars-cli/src/commands/mod.rs @@ -27,7 +27,7 @@ impl Cli { #[derive(Subcommand)] enum Command { - /// Initialize a new project + /// Initialize a new workspace Init(init::InitCommand), /// Run a match RunMatch(run_match::RunMatchCommand), -- cgit v1.2.3