From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#36594: No hint for missing argument Date: Fri, 12 Jul 2019 22:41:15 +0200 Message-ID: <871ryvf0k4.fsf@gnu.org> References: <87v9w8pan9.fsf@gnu.org> <20190711234519.10ba7cfb@sybil.lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:36620) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hm2Ml-0007Gw-7q for bug-guix@gnu.org; Fri, 12 Jul 2019 16:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hm2Mk-0003GG-8o for bug-guix@gnu.org; Fri, 12 Jul 2019 16:42:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60200) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hm2Mk-0003Fv-40 for bug-guix@gnu.org; Fri, 12 Jul 2019 16:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hm2Mk-0004hb-0R for bug-guix@gnu.org; Fri, 12 Jul 2019 16:42:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190711234519.10ba7cfb@sybil.lepiller.eu> (Julien Lepiller's message of "Thu, 11 Jul 2019 23:45:19 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Julien Lepiller Cc: 36594@debbugs.gnu.org Julien Lepiller skribis: > Le Thu, 11 Jul 2019 22:40:58 +0200, > Ludovic Court=C3=A8s a =C3=A9crit : [...] >> Currently it says: >>=20 >> --8<---------------cut here---------------start------------->8--- >> $ guix build --help | grep -e -verbo >> -v, --verbosity=3DLEVEL use the given verbosity LEVEL >> --8<---------------cut here---------------end--------------->8--- >>=20 >> We could add =E2=80=9Can integer between 0 and 2=E2=80=9D, but this was = left >> non-explicit in case we eventually extend it to -7 to +42. >>=20 >> Maybe there=E2=80=99s a limit on what we can do to help users? :-) >>=20 >> Ludo=E2=80=99. > > If users have no idea what value to use though, they just won't use the > feature... What about: use the given verbosity LEVEL, an integer ? If that=E2=80=99s fine with you, please push! Thanks, Ludo=E2=80=99.