Changeset 3508:955d3371d89e in roaraudio


Ignore:
Timestamp:
02/15/10 02:26:42 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

corrected help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roardtmf.c

    r3346 r3508  
    6262 
    6363void usage (void) { 
    64  printf("roarcatvio [OPTIONS]... [FILE]\n"); 
     64 printf("roardtmf [OPTIONS]... PHONE NUMBER\n"); 
    6565 
    6666 printf("\nOptions:\n\n"); 
     
    6868 printf("  --server SERVER    - Set server hostname\n" 
    6969        "  --rate   RATE      - Set sample rate\n" 
    70         "  --bits   BITS      - Set bits per sample\n" 
    71         "  --codec  CODEC     - Set the codec\n" 
     70//        "  --bits   BITS      - Set bits per sample\n" 
     71//        "  --codec  CODEC     - Set the codec\n" 
    7272        "  --help             - Show this help\n" 
    7373       ); 
Note: See TracChangeset for help on using the changeset viewer.