Revision f5606cda src/Ganeti/Common.hs

b/src/Ganeti/Common.hs
123 123
argComplToText (ArgCompletion optc min_cnt max_cnt) =
124 124
  complToText optc ++ " " ++ show min_cnt ++ " " ++ maybe "none" show max_cnt
125 125

  
126
-- | Abrreviation for the option type.
126
-- | Abbreviation for the option type.
127 127
type GenericOptType a = (OptDescr (a -> Result a), OptCompletion)
128 128

  
129 129
-- | Type class for options which support help and version.

Also available in: Unified diff