diff options
Diffstat (limited to 'Command/ConfigList.hs')
-rw-r--r-- | Command/ConfigList.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/ConfigList.hs b/Command/ConfigList.hs index d8dbff03a..1b1bb3c34 100644 --- a/Command/ConfigList.hs +++ b/Command/ConfigList.hs @@ -14,7 +14,7 @@ import Command import UUID command :: [Command] -command = [standaloneCommand "configlist" paramNothing seek +command = [repoCommand "configlist" paramNothing seek "outputs relevant git configuration"] seek :: [CommandSeek] |