Skip to content

Commit fb215b0

Browse files
authored
Merge pull request #2595 from tpmccallum/update_from_option
Update from's help output for the up subcommand
2 parents 21ecd8f + aabc0ba commit fb215b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/up.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pub struct UpCommand {
4747
pub help: bool,
4848

4949
/// The application to run. This may be a manifest (spin.toml) file, a
50-
/// directory containing a spin.toml file, or a remote registry reference.
50+
/// directory containing a spin.toml file, a remote registry reference, or a Wasm module (a .wasm file).
5151
/// If omitted, it defaults to "spin.toml".
5252
#[clap(
5353
name = APPLICATION_OPT,

0 commit comments

Comments
 (0)