diff options
Diffstat (limited to 'Command/View.hs')
-rw-r--r-- | Command/View.hs | 2 |
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 |