tweak wording
This commit is contained in:
		
					parent
					
						
							
								9edc3a735d
							
						
					
				
			
			
				commit
				
					
						1428390300
					
				
			
		
					 2 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -67,7 +67,6 @@ seek :: CommandSeek
 | 
				
			||||||
seek ps = do
 | 
					seek ps = do
 | 
				
			||||||
	from <- getOptionField fsckFromOption Remote.byNameWithUUID
 | 
						from <- getOptionField fsckFromOption Remote.byNameWithUUID
 | 
				
			||||||
	i <- getIncremental
 | 
						i <- getIncremental
 | 
				
			||||||
	liftIO $ print i
 | 
					 | 
				
			||||||
	withKeyOptions
 | 
						withKeyOptions
 | 
				
			||||||
		(\k -> startKey i k =<< getNumCopies)
 | 
							(\k -> startKey i k =<< getNumCopies)
 | 
				
			||||||
		(withFilesInGit $ whenAnnexed $ start from i)
 | 
							(withFilesInGit $ whenAnnexed $ start from i)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -503,9 +503,10 @@ subdirectories).
 | 
				
			||||||
  To avoid expensive checksum calculations (and expensive transfers when
 | 
					  To avoid expensive checksum calculations (and expensive transfers when
 | 
				
			||||||
  fscking a remote), specify `--fast`.
 | 
					  fscking a remote), specify `--fast`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  To start a new incremental fsck, specify `--incremental`. Then
 | 
					  To start a new incremental fsck, use the `--incremental` option. Then
 | 
				
			||||||
  the next time you fsck, you can specify `--more` to skip over
 | 
					  the next time you fsck, you can instead use the `--more` option 
 | 
				
			||||||
  files that have already been checked, and continue where it left off.
 | 
					  to skip over files that have already been checked, and continue
 | 
				
			||||||
 | 
					  where it left off.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  The `--incremental-schedule` option makes a new incremental fsck be
 | 
					  The `--incremental-schedule` option makes a new incremental fsck be
 | 
				
			||||||
  started a configurable time after the last incremental fsck was started.
 | 
					  started a configurable time after the last incremental fsck was started.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue