You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/args.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ pub fn get() -> Args {
5
5
}
6
6
7
7
#[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")]
0 commit comments