Author: dbkr
Date: 2007-02-04 17:05:08 +0000 (Sun, 04 Feb 2007)
New Revision: 11676

Modified:
   trunk/apps/Freemail/src/freemail/Freemail.java
Log:
Help text was wrong.


Modified: trunk/apps/Freemail/src/freemail/Freemail.java
===================================================================
--- trunk/apps/Freemail/src/freemail/Freemail.java      2007-02-04 17:03:08 UTC 
(rev 11675)
+++ trunk/apps/Freemail/src/freemail/Freemail.java      2007-02-04 17:05:08 UTC 
(rev 11676)
@@ -126,7 +126,7 @@
                                AccountManager.Create(account);
                                // by default, we'll not setup NIM now real 
mode works
                                //AccountManager.setupNIM(account);
-                               System.out.println("Account created for 
"+account+". You may now set a password with --passwd <password>");
+                               System.out.println("Account created for 
"+account+". You may now set a password with --passwd <username> <password>");
                                //System.out.println("For the time being, you 
address is "+account+"@nim.freemail");
                        } catch (IOException ioe) {
                                System.out.println("Couldn't create account. 
Please check write access to Freemail's working directory. If you want to 
overwrite your account, delete the appropriate directory manually in 'data' 
first. Freemail will intentionally not overwrite it. Error: "+ioe.getMessage());


Reply via email to