[commit: Cabal] master: Fix the upload command message about the location of the config file (310baff)
Ian Lynagh
igloo at earth.li
Fri Jun 24 01:56:22 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/310baff32022338fbf8303f5e7cc4854d4b23d22
>---------------------------------------------------------------
commit 310baff32022338fbf8303f5e7cc4854d4b23d22
Author: Duncan Coutts <duncan at haskell.org>
Date: Wed Jun 18 20:17:37 2008 +0000
Fix the upload command message about the location of the config file
>---------------------------------------------------------------
cabal-install/Hackage/Setup.hs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/cabal-install/Hackage/Setup.hs b/cabal-install/Hackage/Setup.hs
index 1add8ea..651b125 100644
--- a/cabal-install/Hackage/Setup.hs
+++ b/cabal-install/Hackage/Setup.hs
@@ -300,8 +300,7 @@ uploadCommand = CommandUI {
commandName = "upload",
commandSynopsis = "Uploads source packages to Hackage",
commandDescription = Just $ \_ ->
- "You can store your Hackage login in " ++ "FIXME: configFile"
- ++ "\nusing the format (\"username\",\"password\").\n",
+ "You can store your Hackage login in the ~/.cabal/config file\n",
commandUsage = \pname ->
"Usage: " ++ pname ++ " upload [FLAGS] [TARFILES]\n\n"
++ "Flags for upload:",
More information about the Cvs-libraries
mailing list