| Index: mojo/devtools/common/mojo_debug
|
| diff --git a/mojo/devtools/common/mojo_debug b/mojo/devtools/common/mojo_debug
|
| index fb4459f3bd5e00be3d2a54805b2f0d5dd37db1ad..31a93de4116eb30751a8e0892643633b982e447d 100755
|
| --- a/mojo/devtools/common/mojo_debug
|
| +++ b/mojo/devtools/common/mojo_debug
|
| @@ -287,7 +287,7 @@ def _add_device_command(subparsers):
|
| device_stack_parser.add_argument('--ndk-dir', type=str,
|
| help='path to the directory containing the Android NDK')
|
| device_stack_parser.add_argument('--build-dir', type=str,
|
| - help='path to the build directory')
|
| + help='list paths to the build directories, separated by commas')
|
| device_stack_parser.set_defaults(func=_device_stack)
|
|
|
|
|
|
|