Loading adb/client/commandline.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -142,7 +142,7 @@ static void help() { " -x: disable remote exit codes and stdout/stderr separation\n" " -x: disable remote exit codes and stdout/stderr separation\n" " emu COMMAND run emulator console command\n" " emu COMMAND run emulator console command\n" "\n" "\n" "app installation:\n" "app installation (see also `adb shell cmd package help`):\n" " install [-lrtsdg] [--instant] PACKAGE\n" " install [-lrtsdg] [--instant] PACKAGE\n" " push a single package to the device and install it\n" " push a single package to the device and install it\n" " install-multiple [-lrtsdpg] [--instant] PACKAGE...\n" " install-multiple [-lrtsdpg] [--instant] PACKAGE...\n" Loading Loading
adb/client/commandline.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -142,7 +142,7 @@ static void help() { " -x: disable remote exit codes and stdout/stderr separation\n" " -x: disable remote exit codes and stdout/stderr separation\n" " emu COMMAND run emulator console command\n" " emu COMMAND run emulator console command\n" "\n" "\n" "app installation:\n" "app installation (see also `adb shell cmd package help`):\n" " install [-lrtsdg] [--instant] PACKAGE\n" " install [-lrtsdg] [--instant] PACKAGE\n" " push a single package to the device and install it\n" " push a single package to the device and install it\n" " install-multiple [-lrtsdpg] [--instant] PACKAGE...\n" " install-multiple [-lrtsdpg] [--instant] PACKAGE...\n" Loading