Changeset 5748:dabf3b64218d in roaraudio for roarclients


Ignore:
Timestamp:
11/14/12 04:53:14 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roar-config.c

    r5747 r5748  
    6262 
    6363void usage (void) { 
    64  printf("Usage: roar-config [--version] [--libs] [--cflags] [lib]\n"); 
     64 printf("Usage: roar-config --version\n" 
     65        "       roar-config [{--output-pc|--output-normal}] [--libs] [--cflags] [LIB]\n" 
     66        "       roar-config [--product PRODUCT] [--provider PROVIDER] [--universal] --path PATH\n"); 
    6567 
    6668 printf("\nOptions:\n\n"); 
     
    7577        "  --cflags            - Show compiler flags needed to link library\n" 
    7678        "  --output-pc         - Output PC format\n" 
    77         "  --output-normal     - Output PC format\n" 
     79        "  --output-normal     - Output in \"classical\" format\n" 
    7880       ); 
    7981 
Note: See TracChangeset for help on using the changeset viewer.