emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#32077: closed ([PATCH 0/2] scripts: Fill in -V = -


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32077: closed ([PATCH 0/2] scripts: Fill in -V = --version gaps)
Date: Sat, 07 Jul 2018 15:46:01 +0000

Your message dated Sat, 07 Jul 2018 17:44:58 +0200
with message-id <address@hidden>
and subject line Re: [bug#32077] [PATCH 0/2] scripts: Fill in -V = --version 
gaps
has caused the debbugs.gnu.org bug report #32077,
regarding [PATCH 0/2] scripts: Fill in -V = --version gaps
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32077: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32077
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/2] scripts: Fill in -V = --version gaps Date: Sat, 7 Jul 2018 00:38:21 -0400
Most commands use -V as the short option for --version, but a few commands
don't recognize -V despite documenting it.  Fix those commands, and for
consistency register 'guix -V' as shorthand for 'guix --version'

Kyle Meyer (2):
  scripts: Add missing -V option to commands that document it.
  ui: Add -V as short option for --version.

 guix/scripts/container.scm  | 3 ++-
 guix/scripts/import.scm     | 3 ++-
 guix/scripts/substitute.scm | 3 ++-
 guix/ui.scm                 | 3 ++-
 4 files changed, 8 insertions(+), 4 deletions(-)

-- 
2.18.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#32077] [PATCH 0/2] scripts: Fill in -V = --version gaps Date: Sat, 07 Jul 2018 17:44:58 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello,

Kyle Meyer <address@hidden> skribis:

> Most commands use -V as the short option for --version, but a few commands
> don't recognize -V despite documenting it.  Fix those commands, and for
> consistency register 'guix -V' as shorthand for 'guix --version'

Indeed, good catch.

> Kyle Meyer (2):
>   scripts: Add missing -V option to commands that document it.
>   ui: Add -V as short option for --version.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]