Skip to content

Commit 5b8fd2e

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/mobile_app/upload.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub fn make_command(command: Command) -> Command {
3838
.arg(
3939
Arg::new("paths")
4040
.value_name("PATH")
41-
.help("The path to the mobile app files to upload. Supported files include Apk, Aab, XCArchive, or IPA.")
41+
.help("The path to the mobile app files to upload. Supported files include Apk, Aab, XCArchive, and IPA.")
4242
.num_args(1..)
4343
.action(ArgAction::Append)
4444
.required(true),

0 commit comments

Comments
 (0)