From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VqGC4-0006kn-36 for mharc-grub-devel@gnu.org; Tue, 10 Dec 2013 00:49:16 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqGBt-0006Tc-CB for grub-devel@gnu.org; Tue, 10 Dec 2013 00:49:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqGBk-00080e-Qd for grub-devel@gnu.org; Tue, 10 Dec 2013 00:49:05 -0500 Received: from mail-la0-x229.google.com ([2a00:1450:4010:c03::229]:35638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqGBk-00080X-IU for grub-devel@gnu.org; Tue, 10 Dec 2013 00:48:56 -0500 Received: by mail-la0-f41.google.com with SMTP id eo20so2366345lab.28 for ; Mon, 09 Dec 2013 21:48:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type; bh=VWox8wlc1XuLfNYSCN4zDIpNz1OD5rxVXtoY4L9w8yk=; b=DmM8PiS6nf7uqkSvcs5TzNvZU4GWvPF8PvDtYhN8UD348MBNhAC6lTcY3bKj77reTb rqJ1AqGSDIWhQNHnU7AIJkXDcNh7bGlGytGZoKJHbgZDs337FUyLP+UZlGrIyUC15yYu MqJbKPZ/e/zRK3FhJcwXASmb2ANGvKFm6hwNSOXps2pBDFlnqZ4E/fqYWDEyL4V/DOw/ wOQiO5RMfUfY1EcfiHh/hHKuvyeiyazm8Y64GQIygbXhNYBGyvhI9zDGiEeUpSYOeLLt p8B6Q4oF4txlu0CkQ9J4mpOvi88OPou6hYZZnS6xbOWK1jxF2cLLsXr0WJBWQ9EXcgUI FZjw== X-Received: by 10.152.238.9 with SMTP id vg9mr4274928lac.55.1386654534880; Mon, 09 Dec 2013 21:48:54 -0800 (PST) Received: from opensuse.site (ppp91-76-134-134.pppoe.mtu-net.ru. [91.76.134.134]) by mx.google.com with ESMTPSA id ld10sm19333735lab.8.2013.12.09.21.48.53 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Mon, 09 Dec 2013 21:48:53 -0800 (PST) Date: Tue, 10 Dec 2013 09:48:52 +0400 From: Andrey Borzenkov To: grub-devel@gnu.org Subject: Re: [PATCH] improve formatting and content of target list in grub-probe help Message-ID: <20131210094852.39fd9b39@opensuse.site> In-Reply-To: <52A6585A.3060608@gmail.com> References: <1386422824-20342-1-git-send-email-arvidjaar@gmail.com> <52A6585A.3060608@gmail.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/Lu08ZPO=CEU9PJOIUY7FX_V"; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::229 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 05:49:13 -0000 --Sig_/Lu08ZPO=CEU9PJOIUY7FX_V Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =D0=92 Tue, 10 Dec 2013 00:55:06 +0100 Vladimir '=CF=86-coder/phcoder' Serbinenko =D0=BF=D0=B8= =D1=88=D0=B5=D1=82: > On 07.12.2013 14:27, Andrey Borzenkov wrote: > > + ret =3D xasprintf ("%s\n%s %s [default=3D%s]", _("print TARGET"), > where does "print" come from?h >=20 You mean "print" as in "print TARGET" or as in `targets[print]'? + ret =3D xasprintf ("%s\n%s %s [default=3D%s]", _("print TARGET"), + _("available targets:"), t, targets[print]); The latter has always been there: static int print =3D PRINT_FS; static unsigned int argument_is_device =3D 0; --Sig_/Lu08ZPO=CEU9PJOIUY7FX_V Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEUEARECAAYFAlKmq0QACgkQR6LMutpd94yqUQCVFQ2JAZeek0760eXUwWxw9/qp 0wCfXpnl6TTcx7JsP2fwaGjIoDRAvGo= =mUNC -----END PGP SIGNATURE----- --Sig_/Lu08ZPO=CEU9PJOIUY7FX_V--