We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30f785d commit 23e012fCopy full SHA for 23e012f
1 file changed
adb_cli/src/models/opts.rs
@@ -41,7 +41,8 @@ pub struct ServerCommand<T: Subcommand> {
41
#[clap(short = 's', long = "serial")]
42
pub serial: Option<String>,
43
/// Transport id of a specific device (as shown by `adb devices -l`). Use this to
44
- /// disambiguate devices that share the same serial number.
+ /// disambiguate devices that share the same serial number. Transport ids are
45
+ /// reassigned on device reconnect or adb-server restart and should not be cached.
46
#[clap(short = 't', long = "transport-id", conflicts_with = "serial")]
47
pub transport_id: Option<u32>,
48
#[clap(subcommand)]
0 commit comments