Changeset a09ea91c90aa8546d125d4bdf549ab88f0eb4366

Show
Ignore:
Timestamp:
10/19/09 19:30:36 (5 weeks ago)
Author:
Nelson Elhage <nelhage@mit.edu>
git-author:
Alejandro R. Sedeño <asedeno@mit.edu> / 2009-10-16T23:37:01Z-0400
Parents:
24398384d59218e8c0e50c2ee363d02423e18db9
Children:
7c3db69967edd1df41b3205687b1a5db447f50b1
git-committer:
Nelson Elhage <nelhage@mit.edu> / 2009-10-19T19:30:36Z-0400
Message:
jabberlogout -a --> jabberlogout -A

-a is often used to mean account. In jabberlogout it meant all
accounts. Change jabberlogout to use -A to mean all accounts.
Files:
1 modified

Legend:

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

    r2439838 ra09ea91  
    499499        # Logged into multiple accounts, account specified. 
    500500        else { 
    501             if ( $_[1] eq '-a' )    #All accounts. 
     501            if ( $_[1] eq '-A' )    #All accounts. 
    502502            { 
    503503                foreach my $jid ( $conn->getJIDs() ) {