guix-commits
[Top][All Lists]
Advanced

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

04/05: guix archive: Remove unused -r/--root option.


From: Ludovic Courtès
Subject: 04/05: guix archive: Remove unused -r/--root option.
Date: Sat, 17 Jan 2015 16:08:49 +0000

civodul pushed a commit to branch master
in repository guix.

commit 9decb18c0b206100d36fac708819a718369cf369
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jan 17 16:52:49 2015 +0100

    guix archive: Remove unused -r/--root option.
    
    * guix/scripts/archive.scm (%options): Remove -r/--root.
---
 guix/scripts/archive.scm |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/guix/scripts/archive.scm b/guix/scripts/archive.scm
index e265f82..65bf542 100644
--- a/guix/scripts/archive.scm
+++ b/guix/scripts/archive.scm
@@ -148,9 +148,6 @@ Export/import one or more packages from/to the store.\n"))
          (option '(#\n "dry-run") #f #f
                  (lambda (opt name arg result)
                    (alist-cons 'dry-run? #t result)))
-         (option '(#\r "root") #t #f
-                 (lambda (opt name arg result)
-                   (alist-cons 'gc-root arg result)))
 
          %standard-build-options))
 



reply via email to

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