diff options
-rw-r--r-- | 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 e265f82b52..65bf5423dc 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)) |