Skip to content

Commit

Permalink
Update doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nezuo committed Jul 17, 2023
1 parent 8e872a7 commit a9bbef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub struct InitCommand {
#[clap(default_value = "")]
pub path: PathBuf,

/// The kind of project to create, 'place' or 'model'. Defaults to place.
/// The kind of project to create, 'place', 'plugin', or 'model'. Defaults to place.
#[clap(long, default_value = "place")]
pub kind: InitKind,
}
Expand Down Expand Up @@ -71,7 +71,7 @@ pub enum InitKind {
/// A place that contains a baseplate.
Place,

/// An empty model, suitable for a library or plugin.
/// An empty model, suitable for a library.
Model,

/// An empty plugin.
Expand Down

0 comments on commit a9bbef7

Please sign in to comment.