Changeset 5765:d0e2788a0e0a in roaraudio


Ignore:
Timestamp:
11/21/12 15:58:57 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

small updates to help and use of static keyword for roar-config.

Files:
2 edited

Legend:

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

    r5764 r5765  
    2323 
    2424.SH "OPTIONS" 
     25 
     26.TP 
     27\fB--help\fR 
     28Show a brief help. 
    2529 
    2630.TP 
  • roarclients/roar-config.c

    r5764 r5765  
    2626#include <roaraudio.h> 
    2727 
    28 const struct { 
     28static const struct { 
    2929 const char * name; 
    3030 const char * cflags; 
     
    148148 printf("\nOptions:\n\n"); 
    149149 
    150  printf( 
     150 printf("  --help              - Show this help\n" 
    151151        "  --version           - Show version of library\n" 
    152152        "  --compare-versions A OP B\n" 
Note: See TracChangeset for help on using the changeset viewer.