The ARI script is currently whingeing incorrectly that remote-rdi.c is using 'true' and 'false', presumably because it cannot detect that the use is inside a multi-line string. The following patch will clear this up, but it relies on ANSI-style string concatenation. Are there any issues with doing it this way? In particular would this be compatible with any future i18n work? R. * remote-rdi.c (_initialize_remote_rdi): Use ANSI-style string concatenation for help messages.