[arch-haskell] [PATCH 2/3] Fix "convert and old" typo in help message.

Xyne xyne at archlinux.ca
Thu Sep 26 02:19:43 CEST 2013


---
 src/Main.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Main.hs b/src/Main.hs
index 828e55c..12d377f 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -101,7 +101,7 @@ cmdConvertDbOpts = CmdConvertDb
     <$> strOption (short 'i' <> long "indb" <> value "cblrepo.db" <> help "old database")
     <*> strOption (short 'o' <> long "outdb" <> value "new-cblrepo.db" <> help "new database")
 cmdConvertDbCmd = command "convertdb" (info (helper <*> cmdConvertDbOpts)
-    (fullDesc <> progDesc "convert and old database to the new format"))
+    (fullDesc <> progDesc "convert an old database to the new format"))
 
 cmdRemovePkgOpts = CmdRemovePkg
     <$> arguments1 Just (metavar "PKGNAME ...")
-- 
1.8.4




More information about the arch-haskell mailing list