Changeset 4225:e1cabba4bbc3 in roaraudio


Ignore:
Timestamp:
08/24/10 12:48:20 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

removed -d/-D/-dO from help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r4189 r4225  
    9494       ); 
    9595 
    96  printf("\nDriver Options: (obsolete, do not use, Use Ouput Options)\n\n"); 
    97 #ifdef ROAR_DRIVER_DEFAULT 
    98  printf(" -d  --driver DRV      - Set the driver (default: %s)\n", ROAR_DRIVER_DEFAULT); 
    99 #else 
    100  printf(" -d  --driver DRV      - Set the driver (default: autodetect)\n"); 
    101 #endif 
    102  printf(" -D  --device DEV      - Set the device\n"); 
    103  printf(" -dO OPTS              - Set output options\n"); 
    104  printf(" --list-driver         - List all drivers\n"); 
    105  
    10696 printf("\nOutput Options:\n\n"); 
    10797 printf(" -o  --odriver DRV     - Set the driver, use '--list-driver' to get a list\n"); 
     
    110100 printf(" -oN                   - Adds another output\n"); 
    111101 printf(" -oP                   - Mark output as primary\n"); 
     102#ifdef ROAR_DRIVER_DEFAULT 
     103 printf(" --list-driver         - List all drivers (default driver: %s)\n", ROAR_DRIVER_DEFAULT); 
     104#else 
     105 printf(" --list-driver         - List all drivers (default driver: (autodetect))\n"); 
     106#endif 
    112107 
    113108#ifndef ROAR_WITHOUT_DCOMP_SOURCES 
     
    20342029  driver = "null"; 
    20352030 } else { 
    2036   ROAR_WARN("Usage of old driver interface. use -o not -d!"); 
     2031  ROAR_ERR("Usage of old driver interface. use -o not -d!"); 
     2032  ROAR_WARN("-d will be removed within the next releases"); 
    20372033 } 
    20382034 
Note: See TracChangeset for help on using the changeset viewer.