aboutsummaryrefslogtreecommitdiff
path: root/Command/Describe.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Describe.hs')
-rw-r--r--Command/Describe.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Describe.hs b/Command/Describe.hs
index dc7a5d8f9..4b86a7b58 100644
--- a/Command/Describe.hs
+++ b/Command/Describe.hs
@@ -22,7 +22,7 @@ seek = withWords start
start :: [String] -> CommandStart
start (name:description) = do
- showStart "describe" name
+ showStart' "describe" (Just name)
u <- Remote.nameToUUID name
next $ perform u $ unwords description
start _ = giveup "Specify a repository and a description."