archive: Fix ‘--version’ typo.
* guix/scripts/archive.scm (%options): Replace 'build' by 'archive'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									843978bc4f
								
							
						
					
					
						commit
						c6eed13c87
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -123,8 +123,7 @@ Export/import one or more packages from/to the store.\n")) | |||
|                    (exit 0))) | ||||
|          (option '(#\V "version") #f #f | ||||
|                  (lambda args | ||||
|                    (show-version-and-exit "guix build"))) | ||||
| 
 | ||||
|                    (show-version-and-exit "guix archive"))) | ||||
|          (option '("export") #f #f | ||||
|                  (lambda (opt name arg result) | ||||
|                    (alist-cons 'export #t result))) | ||||
|  |  | |||
		Reference in a new issue