mirror of https://github.com/ArduPilot/ardupilot
waf: avoid formatting issue in emacs
python mode doesn't understand the embedded apostrophe
This commit is contained in:
parent
f0e0b1baaa
commit
a0e17ab1ed
2
wscript
2
wscript
|
@ -110,7 +110,7 @@ submodules at specific revisions.
|
||||||
action='store',
|
action='store',
|
||||||
default='',
|
default='',
|
||||||
help='''Where to save data like parameters, log and terrain.
|
help='''Where to save data like parameters, log and terrain.
|
||||||
This is the --localstatedir + ArduPilot's subdirectory [default:
|
This is the --localstatedir + ArduPilots subdirectory [default:
|
||||||
board-dependent, usually /var/lib/ardupilot]''')
|
board-dependent, usually /var/lib/ardupilot]''')
|
||||||
|
|
||||||
g.add_option('--rsync-dest',
|
g.add_option('--rsync-dest',
|
||||||
|
|
Loading…
Reference in New Issue