diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2017-05-30 19:01:25 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-30 23:20:07 +0200 |
commit | cbd29d0ad454328bcdb450d6ada423e7f5cb3b10 (patch) | |
tree | b6bae3d7db0f997de125d80f80f8b8eb5218d59e | |
parent | 54fd9482e9125822b4ec2f355c8ceb787794c2ba (diff) | |
download | buildroot-cbd29d0ad454328bcdb450d6ada423e7f5cb3b10.tar.gz buildroot-cbd29d0ad454328bcdb450d6ada423e7f5cb3b10.zip |
qpid-proton: fix help text format
Warning reported by check-package.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/qpid-proton/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/qpid-proton/Config.in b/package/qpid-proton/Config.in index 47cddebe91..b49a2afa7e 100644 --- a/package/qpid-proton/Config.in +++ b/package/qpid-proton/Config.in @@ -6,10 +6,10 @@ config BR2_PACKAGE_QPID_PROTON help The AMQP messaging toolkit - Qpid Proton is a high-performance, lightweight messaging library. - It can be used in the widest range of messaging applications, - including brokers, client libraries, routers, bridges, proxies, and - more. + Qpid Proton is a high-performance, lightweight messaging + library. It can be used in the widest range of messaging + applications, including brokers, client libraries, routers, + bridges, proxies, and more. https://qpid.apache.org/proton/ |