Revision 29ac5975 src/hbal.hs

b/src/hbal.hs
140 140
  (opts, _) <- parseOpts cmd_args
141 141

  
142 142
  when (optShowVer opts) $ do
143
         printf "hbal %s\n" Version.version
143
         putStr $ showVersion "hbal"
144 144
         exitWith ExitSuccess
145 145

  
146 146
  let oneline = optOneline opts

Also available in: Unified diff