Changeset fe0a16a


Ignore:
Timestamp:
Dec 24, 2006, 11:18:01 AM (17 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, barnowl_perlaim, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
17eed9c
Parents:
ea215ac
git-author:
Nelson Elhage <nelhage@mit.edu> (12/23/06 23:56:06)
git-committer:
Nelson Elhage <nelhage@mit.edu> (12/24/06 11:18:01)
Message:
Update the help text on {add,del}buddy
File:
1 edited

Legend:

Unmodified
Added
Removed
  • commands.c

    r4692b70 rfe0a16a  
    245245  OWLCMD_ARGS("addbuddy", owl_command_addbuddy, OWL_CTX_INTERACTIVE,
    246246              "add a buddy to a buddylist",
    247               "addbuddy aim <screenname>",
    248               "Add the named buddy to your buddylist.  Eventually other protocols,\n"
    249               "such as zephyr, will also be able to use this command.  For now the\n"
    250               "only available protocol is 'aim', specified as the first argument."),
     247              "addbuddy <protocol> <screenname>",
     248              "Add the named buddy to your buddylist.  <protocol> can be aim or zephyr\n"),
    251249
    252250  OWLCMD_ARGS("delbuddy", owl_command_delbuddy, OWL_CTX_INTERACTIVE,
    253251              "delete a buddy from a buddylist",
    254               "delbuddy aim <screenname>",
    255               "Delete the named buddy to your buddylist.  Eventually other protocols,\n"
    256               "such as zephyr, will also be able to use this command.  For now the\n"
    257               "only available protocol is 'aim', specified as the first argument.\n"),
     252              "delbuddy <protocol> <screenname>",
     253              "Delete the named buddy to your buddylist.  <protocol< can be aim or zephyr\n"),
    258254
    259255  OWLCMD_ARGS("join", owl_command_join, OWL_CTX_INTERACTIVE,
Note: See TracChangeset for help on using the changeset viewer.