Skip to content

Commit 29fae55

Browse files
committed
Update doco
1 parent b48132a commit 29fae55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pub fn get() -> Args {
55
}
66

77
#[derive(Parser, Debug, Clone)]
8-
#[command(version, about, long_about = None, after_help = "Will run for all owned apps, unless id is specified")]
8+
#[command(version, about, long_about = None, after_help = "You can combine arguments, for example --owned --clear\nIf you have family sharing enabled, you can use --all")]
99
pub struct Args {
1010
/// App ID
1111
#[arg(short, long)]

0 commit comments

Comments
 (0)