From 57ab2130132c016790afe800a28c6fd88a5fca7b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 19 Feb 2014 14:55:34 -0400 Subject: new section for metadata --- Types/Command.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Types') diff --git a/Types/Command.hs b/Types/Command.hs index ecde75cae..0df7c82e6 100644 --- a/Types/Command.hs +++ b/Types/Command.hs @@ -66,6 +66,7 @@ data CommandSection | SectionSetup | SectionMaintenance | SectionQuery + | SectionMetaData | SectionUtility | SectionPlumbing deriving (Eq, Ord, Enum, Bounded) @@ -75,5 +76,6 @@ descSection SectionCommon = "Commonly used commands" descSection SectionSetup = "Repository setup commands" descSection SectionMaintenance = "Repository maintenance commands" descSection SectionQuery = "Query commands" +descSection SectionMetaData = "Metadata commands" descSection SectionUtility = "Utility commands" descSection SectionPlumbing = "Plumbing commands" -- cgit v1.2.3