doc improvements

This commit is contained in:
Joey Hess 2014-03-02 15:46:58 -04:00
parent 308d4b67f3
commit 4643a0120c
2 changed files with 6 additions and 6 deletions

View file

@ -34,7 +34,7 @@ start params = do
go view Nothing = next $ perform view
go view (Just v)
| v == view = stop
| otherwise = error "Already in a view. Use 'git annex vadd' to further refine this view."
| otherwise = error "Already in a view. Use the vfilter and vadd commands to further refine this view."
perform :: View -> CommandPerform
perform view = do