From 9decb18c0b206100d36fac708819a718369cf369 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 17 Jan 2015 16:52:49 +0100 Subject: guix archive: Remove unused -r/--root option. * guix/scripts/archive.scm (%options): Remove -r/--root. --- guix/scripts/archive.scm | 3 --- 1 file changed, 3 deletions(-) (limited to 'guix/scripts/archive.scm') diff --git a/guix/scripts/archive.scm b/guix/scripts/archive.scm index e265f82b52..65bf5423dc 100644 --- a/guix/scripts/archive.scm +++ b/guix/scripts/archive.scm @@ -148,9 +148,6 @@ (define %options (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)) -- cgit v1.2.3