Changeset 5748:dabf3b64218d in roaraudio


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

updated docs

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • doc/man1/roar-config.1

    r5747 r5748  
    99.SH SYNOPSIS 
    1010 
    11 roar-config [\-\-version] [\-\-libs] [\-\-cflags] [lib] 
     11roar-config \-\-version 
     12 
     13roar-config [{\-\-output-pc|\-\-output-normal}] [\-\-libs] [\-\-cflags] [LIB] 
     14 
     15roar-config [\-\-product PRODUCT] [\-\-provider PROVIDER] [\-\-universal] \-\-path PATH 
    1216 
    1317.SH DESCRIPTION 
     
    4650Show compiler flags needed to link library 
    4751 
     52.TP 
     53\fB--output-pc\fR 
     54Output in PC format. 
     55 
     56.TP 
     57\fB--output-normal\fR 
     58Output in "classical" format. 
     59 
    4860.SH "SEE ALSO" 
    4961\fBroartips\fR(7), 
  • 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.