Skip to content

Commit 3240e91

Browse files
authored
Merge pull request spinframework#50 from karthik2804/rename_binary_help_name
rename help binary
2 parents 3b5a150 + f83d1ed commit 3240e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/spin-js-cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use {
1515
};
1616

1717
#[derive(Debug, StructOpt)]
18-
#[structopt(name = "spin-js-cli", about = "JavaScript to Spin module utility")]
18+
#[structopt(name = "js2wasm", about = "A spin plugin to convert javascript files to Spin compatible modules")]
1919
pub struct Options {
2020
#[structopt(parse(from_os_str))]
2121
pub input: PathBuf,

0 commit comments

Comments
 (0)