Skip to content

Commit f83d1ed

Browse files
committed
rename help binary
Signed-off-by: karthik Ganeshram <[email protected]>
1 parent f5f91dc commit f83d1ed

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)