Changeset 1635:a07e862bbbeb in roaraudio for roarclients/roarcat.c


Ignore:
Timestamp:
05/01/09 03:03:27 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added additional comp options for esd comp, we ignore the rest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarcat.c

    r1507 r1635  
    7474  } else if ( !strcmp(k, "--codec") ) { 
    7575   codec = roar_str2codec(argv[++i]); 
    76   } else if ( !strcmp(k, "--help") ) { 
     76  } else if ( !strcmp(k, "--help") || !strcmp(k, "-h") ) { 
    7777   usage(); 
    7878   return 0; 
Note: See TracChangeset for help on using the changeset viewer.