Browse Source

waf: avoid formatting issue in emacs

python mode doesn't understand the embedded apostrophe
master
Andrew Tridgell 7 years ago
parent
commit
a0e17ab1ed
  1. 2
      wscript

2
wscript

@ -110,7 +110,7 @@ submodules at specific revisions. @@ -110,7 +110,7 @@ submodules at specific revisions.
action='store',
default='',
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]''')
g.add_option('--rsync-dest',

Loading…
Cancel
Save