2 Комити 5b65938f77 ... df1fc5d888

Аутор SHA1 Порука Датум
  Alex Kost df1fc5d888 elisp/command: Disambiguate "--list-profiles" package option пре 4 година
  Alex Kost e0f1c0803f elisp/command: Disambiguate "--no-offload" build option пре 4 година
1 измењених фајлова са 3 додато и 2 уклоњено
  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)))