From 9ad09558eb6c9f7ed651168a030e26bc5698c1b8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 24 Mar 2013 18:28:21 -0400 Subject: add section metadata to all commands Not yet used .. mindless train work. --- Command/Version.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/Version.hs') diff --git a/Command/Version.hs b/Command/Version.hs index e066bba5d..9d2399b86 100644 --- a/Command/Version.hs +++ b/Command/Version.hs @@ -15,7 +15,7 @@ import BuildFlags def :: [Command] def = [noCommit $ noRepo showPackageVersion $ dontCheck repoExists $ - command "version" paramNothing seek "show version info"] + command "version" paramNothing seek SectionQuery "show version info"] seek :: [CommandSeek] seek = [withNothing start] -- cgit v1.2.3