From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJhwn-00032E-Hu for qemu-devel@nongnu.org; Mon, 05 Nov 2018 11:41:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJhwj-0004oW-4P for qemu-devel@nongnu.org; Mon, 05 Nov 2018 11:41:53 -0500 From: Kevin Wolf Date: Mon, 5 Nov 2018 17:37:42 +0100 Message-Id: <20181105163744.25139-35-kwolf@redhat.com> In-Reply-To: <20181105163744.25139-1-kwolf@redhat.com> References: <20181105163744.25139-1-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 34/36] fw_cfg: Drop newline in @file description List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, peter.maydell@linaro.org, qemu-devel@nongnu.org From: Max Reitz There is no good reason why there should be a newline in this description, so remove it. Signed-off-by: Max Reitz Reviewed-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Marc-Andr=C3=A9 Lureau Signed-off-by: Kevin Wolf --- vl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vl.c b/vl.c index bed97b92ac..03ed215d7b 100644 --- a/vl.c +++ b/vl.c @@ -537,7 +537,7 @@ static QemuOptsList qemu_fw_cfg_opts =3D { }, { .name =3D "file", .type =3D QEMU_OPT_STRING, - .help =3D "Sets the name of the file from which\n" + .help =3D "Sets the name of the file from which " "the fw_cfg blob will be loaded", }, { .name =3D "string", --=20 2.19.1