Skip to content

Commit 9697f6e

Browse files
committed
update comment
1 parent 6ec0d56 commit 9697f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/stellar-scaffold-cli/src/commands

crates/stellar-scaffold-cli/src/commands/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ impl FromStr for Root {
6868
pub enum Cmd {
6969
/// Initialize the project
7070
Init(init::Cmd),
71-
/// Version of the cli
71+
/// Version of the scaffold-stellar-cli
7272
Version(version::Cmd),
7373

7474
/// Build contracts, resolving dependencies in the correct order. If you have an `environments.toml` file, it will also follow its instructions to configure the environment set by the `STELLAR_SCAFFOLD_ENV` environment variable, turning your contracts into frontend packages (NPM dependencies).

0 commit comments

Comments
 (0)