From 5ca1573e2e671873d16f3cb6c363cc902338351c Mon Sep 17 00:00:00 2001 From: Micah Date: Fri, 18 Oct 2024 14:08:58 -0700 Subject: [PATCH] Correct mistake in build command docs (#977) --- src/cli/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/build.rs b/src/cli/build.rs index 2dd3b8543..c2ddebb3f 100644 --- a/src/cli/build.rs +++ b/src/cli/build.rs @@ -23,7 +23,7 @@ const UNKNOWN_PLUGIN_KIND_ERR: &str = "Could not detect what kind of file to bui /// Generates a model or place file from the Rojo project. #[derive(Debug, Parser)] pub struct BuildCommand { - /// Path to the project to serve. Defaults to the current directory. + /// Path to the project to build. Defaults to the current directory. #[clap(default_value = "")] pub project: PathBuf,