* GC options in nix-store --help (NIX-15).
This commit is contained in:
		
							parent
							
								
									0bd5eb71a0
								
							
						
					
					
						commit
						25df501704
					
				
					 1 changed files with 10 additions and 1 deletions
				
			
		|  | @ -15,6 +15,8 @@ Operations: | ||||||
|   --register-validity: register path validity (dangerous!) |   --register-validity: register path validity (dangerous!) | ||||||
|   --check-validity: check path validity |   --check-validity: check path validity | ||||||
| 
 | 
 | ||||||
|  |   --gc: run the garbage collector | ||||||
|  | 
 | ||||||
|   --dump: dump a path as a Nix archive |   --dump: dump a path as a Nix archive | ||||||
|   --restore: restore a path from a Nix archive |   --restore: restore a path from a Nix archive | ||||||
| 
 | 
 | ||||||
|  | @ -40,6 +42,13 @@ Query switches (not applicable to all queries): | ||||||
|   --force-realise: realise the path before performing the query |   --force-realise: realise the path before performing the query | ||||||
|   --include-outputs: in `-R' on a derivation, include requisites of outputs |   --include-outputs: in `-R' on a derivation, include requisites of outputs | ||||||
| 
 | 
 | ||||||
|  | Garbage collector options: | ||||||
|  | 
 | ||||||
|  |   --print-roots: print GC roots and exit | ||||||
|  |   --print-live: print live paths and exit | ||||||
|  |   --print-dead: print dead paths and exit | ||||||
|  |   --delete: delete dead paths (default) | ||||||
|  |      | ||||||
| Options: | Options: | ||||||
| 
 | 
 | ||||||
|   --verbose / -v: verbose operation (may be repeated) |   --verbose / -v: verbose operation (may be repeated) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue