Skip to content

Commit 7773420

Browse files
committed
Reformat help text
1 parent e2bccdc commit 7773420

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

third_party/tizen/tizen_qemu.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
help=("host directory to share with the guest"))
7070
parser.add_argument(
7171
'--runner', type=str,
72-
help=("path to the runner script which will run automatically after boot. path should be relative to shared directory"))
72+
help=("path to the runner script which will be executed after boot; "
73+
"it should be relative to the shared directory"))
7374
parser.add_argument(
7475
'--output', metavar='FILE', default="/dev/null",
7576
help="store the QEMU output in a FILE")

0 commit comments

Comments
 (0)