summaryrefslogtreecommitdiff
path: root/Command/Unused.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Unused.hs')
-rw-r--r--Command/Unused.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Command/Unused.hs b/Command/Unused.hs
index 58a99882e..bbef835f7 100644
--- a/Command/Unused.hs
+++ b/Command/Unused.hs
@@ -48,6 +48,7 @@ start = do
let (name, action) = case from of
Nothing -> (".", checkUnused)
Just "." -> (".", checkUnused)
+ Just "here" -> (".", checkUnused)
Just n -> (n, checkRemoteUnused n)
showStart "unused" name
next action