Changeset 7c3db69


Ignore:
Timestamp:
Oct 19, 2009, 7:30:43 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
release-1.4
Children:
3b80321
Parents:
a09ea91
git-author:
Alejandro R. Sedeño <asedeno@mit.edu> (10/16/09 23:38:08)
git-committer:
Nelson Elhage <nelhage@mit.edu> (10/19/09 19:30:43)
Message:
Better documentation for jabberlogout.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm

    ra09ea91 r7c3db69  
    264264    BarnOwl::new_command(
    265265        jabberlogout => \&cmd_logout,
    266         { 
     266        {
    267267            summary => "Log out of Jabber",
    268             usage   => "jabberlogout [<jid>]"
     268            usage   => "jabberlogout [-A|<jid>]",
     269            description => "jabberlogout logs you out of Jabber.\n\n"
     270              . "If you are connected to one account, no further arguments are necessary.\n\n"
     271              . "-A            Log out of all accounts.\n"
     272              . "<jid>         Which account to log out of.\n"
    269273        }
    270274    );
Note: See TracChangeset for help on using the changeset viewer.