2 Commitit 5b65938f77 ... df1fc5d888

Tekijä SHA1 Viesti Päivämäärä
  Alex Kost df1fc5d888 elisp/command: Disambiguate "--list-profiles" package option 4 vuotta sitten
  Alex Kost e0f1c0803f elisp/command: Disambiguate "--no-offload" build option 4 vuotta sitten
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      elisp/guix-command.el

+ 3 - 2
elisp/guix-command.el

@@ -1,6 +1,6 @@
 ;;; guix-command.el --- Popup interface for guix shell commands  -*- lexical-binding: t -*-
 
-;; Copyright © 2015–2019 Alex Kost <alezost@gmail.com>
+;; Copyright © 2015–2020 Alex Kost <alezost@gmail.com>
 
 ;; This file is part of Emacs-Guix.
 
@@ -207,8 +207,8 @@ to be modified."
 (defvar guix-command-improve-common-build-argument
   '(("--debug"           :char ?D :fun read-number)
     ("--max-silent-time" :char ?X)
-    ("--no-build-hook"   :char ?h)
     ("--no-grafts"       :char ?G)
+    ("--no-offload"      :char ?O)
     ("--no-substitutes"  :char ?s)
     ("--rounds"          :char ?R :fun read-number)))
 
@@ -317,6 +317,7 @@ to be modified."
     ;; and --do-not-upgrade, use them only as options (not as switches).
     ("--upgrade"        :switch? nil)
     ("--do-not-upgrade" :char ?n :switch? nil)
+    ("--list-profiles"  :char ?P)
     ("--roll-back"      :char ?R)
     ("--show"           :char ?h :fun guix-read-package-name)))