]> git.proxmox.com Git - mirror_frr.git/commit - watchfrr/watchfrr.c
watchquagga: break excessively long help string
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 3 Mar 2015 07:57:25 +0000 (08:57 +0100)
committerDaniel Walton <dwalton@cumulusnetworks.com>
Thu, 26 May 2016 15:33:29 +0000 (15:33 +0000)
commite757c94097f6c4193e0acc5a3442298943e6a7a7
tree6c5506f5338d02b5b27d71b77c3ca95489f9c5cb
parent5eafab7614e5bcb0901d670c1d24eac83ae36cea
watchquagga: break excessively long help string

watchquagga's command line help string exceeds the ISO C maximum string
length (4095 characters).  Just break it in two.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 33b9663a89b5ec319986de0673764d2a18ec8725)
watchquagga/watchquagga.c