Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 47f3c2c

Browse files
authored
Update adb_debug.py
1 parent 075ee21 commit 47f3c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adb/adb_debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def main():
136136
help='Seconds to wait for the dialog to be accepted when using '
137137
'authenticated ADB.')
138138
device = common_cli.GetDeviceArguments()
139-
parents = [ device,common]
139+
parents = [ common,device]
140140
parser = argparse.ArgumentParser(
141141
description=sys.modules[__name__].__doc__, parents=parents)
142142
subparsers = parser.add_subparsers(title='Commands', dest='command_name')

0 commit comments

Comments
 (0)