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

* guix/scripts/archive.scm (%options): Remove -r/--root.
master
Ludovic Courtès 2015-01-17 16:52:49 +01:00
parent 1d50699354
commit 9decb18c0b
1 changed files with 0 additions and 3 deletions

View File

@ -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))