[323] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r468 - / trunk/owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:04:54 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
Date: Sun, 24 Dec 2006 11:18:01 -0500
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-To: dirty-owl-hackers@MIT.EDU

Author: nelhage
Date: 2006-12-24 11:18:01 -0500 (Sun, 24 Dec 2006)
New Revision: 468

Modified:
   /
   trunk/owl/commands.c
Log:
 r15858@phanatique:  nelhage | 2006-12-23 23:56:06 -0500
 Update the help text on {add,del}buddy



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24121
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
   + 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24121
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:15858

Modified: trunk/owl/commands.c
===================================================================
--- trunk/owl/commands.c	2006-11-27 06:16:24 UTC (rev 467)
+++ trunk/owl/commands.c	2006-12-24 16:18:01 UTC (rev 468)
@@ -244,17 +244,13 @@
 
   OWLCMD_ARGS("addbuddy", owl_command_addbuddy, OWL_CTX_INTERACTIVE,
 	      "add a buddy to a buddylist",
-	      "addbuddy aim <screenname>",
-	      "Add the named buddy to your buddylist.  Eventually other protocols,\n"
-	      "such as zephyr, will also be able to use this command.  For now the\n"
-	      "only available protocol is 'aim', specified as the first argument."),
+	      "addbuddy <protocol> <screenname>",
+	      "Add the named buddy to your buddylist.  <protocol> can be aim or zephyr\n"),
 
   OWLCMD_ARGS("delbuddy", owl_command_delbuddy, OWL_CTX_INTERACTIVE,
 	      "delete a buddy from a buddylist",
-	      "delbuddy aim <screenname>",
-	      "Delete the named buddy to your buddylist.  Eventually other protocols,\n"
-	      "such as zephyr, will also be able to use this command.  For now the\n"
-	      "only available protocol is 'aim', specified as the first argument.\n"),
+	      "delbuddy <protocol> <screenname>",
+	      "Delete the named buddy to your buddylist.  <protocol< can be aim or zephyr\n"),
 
   OWLCMD_ARGS("join", owl_command_join, OWL_CTX_INTERACTIVE,
 	      "join a chat group",


home help back first fref pref prev next nref lref last post