Changeset 1115:1bab2adc81e8 in roaraudio


Ignore:
Timestamp:
01/14/09 19:56:09 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

removed -s as short form for --sock as used as -s for --source

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r1110 r1115  
    9090        " -p  --port            - TCP Port to bind to\n" 
    9191        " -b  --bind            - IP/Hostname to bind to\n" 
    92         " -s  --sock            - Filename for UNIX Domain Socket\n" 
     92        "     --sock            - Filename for UNIX Domain Socket\n" 
    9393        " -G  GROUP             - Sets the group for the UNIX Domain Socket, (default: %s)\n" 
    9494        "                         You need the permittions to change the GID\n" 
     
    391391    port = ROAR_NET2HOST16(serv->s_port); 
    392392   } 
    393   } else if ( strcmp(k, "-b") == 0 || strcmp(k, "--bind") == 0 || strcmp(k, "-s") == 0 || strcmp(k, "--sock") == 0 ) { 
     393  } else if ( strcmp(k, "-b") == 0 || strcmp(k, "--bind") == 0 || strcmp(k, "--sock") == 0 ) { 
    394394   server = argv[++i]; 
    395395 
Note: See TracChangeset for help on using the changeset viewer.