guix archive: Remove unused -r/--root option.
* guix/scripts/archive.scm (%options): Remove -r/--root.
This commit is contained in:
parent
1d50699354
commit
9decb18c0b
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in New Issue