summaryrefslogtreecommitdiff
path: root/Command/View.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-02 15:46:58 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-02 15:46:58 -0400
commit61acb19772e06a96f3e7bd8ab44e4709897d330d (patch)
tree33bf90598abfbd06ea5a1240a770988e1ae3697c /Command/View.hs
parenta9509940fa73d09fcb60aef90aa7ee99d7586fd1 (diff)
doc improvements
Diffstat (limited to 'Command/View.hs')
-rw-r--r--Command/View.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/View.hs b/Command/View.hs
index 9aad12558..155b6057d 100644
--- a/Command/View.hs
+++ b/Command/View.hs
@@ -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