adb: fix docstring for shell functions.
Change-Id: Iaae8605b18583c38e517f865083012204d236832
This commit is contained in:
@@ -270,7 +270,7 @@ class AndroidDevice(object):
|
|||||||
"""Calls `adb shell`
|
"""Calls `adb shell`
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
cmd: string shell command to execute.
|
cmd: command to execute as a list of strings.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
A (stdout, stderr) tuple. Stderr may be combined into stdout
|
A (stdout, stderr) tuple. Stderr may be combined into stdout
|
||||||
@@ -288,7 +288,7 @@ class AndroidDevice(object):
|
|||||||
"""Calls `adb shell`
|
"""Calls `adb shell`
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
cmd: string shell command to execute.
|
cmd: command to execute as a list of strings.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
An (exit_code, stdout, stderr) tuple. Stderr may be combined
|
An (exit_code, stdout, stderr) tuple. Stderr may be combined
|
||||||
|
|||||||
Reference in New Issue
Block a user