guix-patches
[Top][All Lists]
Advanced

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

[bug#32077] [PATCH 0/2] scripts: Fill in -V = --version gaps


From: Kyle Meyer
Subject: [bug#32077] [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






reply via email to

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