mirror of
				https://github.com/restic/restic.git
				synced 2025-11-04 03:26:11 +00:00 
			
		
		
		
	Merge pull request #4182 from BenWiederhake/dev-with-cache-description
check: Document behavior of --with-cache a bit better
This commit is contained in:
		@@ -65,7 +65,7 @@ func init() {
 | 
			
		||||
		// MarkDeprecated only returns an error when the flag is not found
 | 
			
		||||
		panic(err)
 | 
			
		||||
	}
 | 
			
		||||
	f.BoolVar(&checkOptions.WithCache, "with-cache", false, "use the cache")
 | 
			
		||||
	f.BoolVar(&checkOptions.WithCache, "with-cache", false, "use existing cache, only read uncached data from repository")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func checkFlags(opts CheckOptions) error {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user