Skip to content

Commit d681185

Browse files
Update src/commands/mobile_app/upload.rs
Co-authored-by: Daniel Szoke <7881302+szokeasaurusrex@users.noreply.github.com>
1 parent cd04205 commit d681185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/mobile_app/upload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub fn make_command(command: Command) -> Command {
4242
.arg(
4343
Arg::new("paths")
4444
.value_name("PATH")
45-
.help(help_text)
45+
.help(HELP_TEXT)
4646
.num_args(1..)
4747
.action(ArgAction::Append)
4848
.required(true),

0 commit comments

Comments
 (0)