Skip to content

Commit

Permalink
Correct mistake in build command docs (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot authored Oct 18, 2024
1 parent c9ce996 commit 5ca1573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 5ca1573

Please sign in to comment.