Changeset 86:d288e1afc78b in roaraudio


Ignore:
Timestamp:
07/12/08 23:50:24 (16 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated help of roarctl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/roarctl.c

    r85 r86  
    1010 printf("\nOptions:\n\n"); 
    1111 
    12  printf("  --server SERVER    - Set server hostname\n" 
    13         "  --help             - Show this help\n" 
     12 printf("  --server SERVER         - Set server hostname\n" 
     13        "  --help                  - Show this help\n" 
    1414       ); 
    1515 
    1616 printf("\nCommands:\n\n"); 
    1717 printf( 
    18         "  help               - Show this help\n" 
     18        "  help                    - Show this help\n" 
    1919        "\n" 
    20         "  standby, off       - Go into standby mode\n" 
    21         "  resume, on         - Go into active mode\n" 
    22         "  standbymode        - Show current standby mode\n" 
    23         "  exit               - Quits the roard (must be used as last command)\n" 
     20        "  standby, off            - Go into standby mode\n" 
     21        "  resume, on              - Go into active mode\n" 
     22        "  standbymode             - Show current standby mode\n" 
     23        "  exit                    - Quits the roard (must be used as last command)\n" 
    2424        "\n" 
    25         "  kick TYPE ID       - Kicks object of TYPE with id ID\n" 
    26         "                       Types: client stream sample source\n" 
     25        "  volume ID CHAN V0 V1... - Sets volume for stream ID\n" 
     26        "                            CHAN is the number of channels or 'mono' or 'stereo'\n" 
     27        "                            if mono or stereo is chosen roarctl trys to set\n" 
     28        "                            sensfull values for all channels even if the output\n" 
     29        "                            is has more channels.\n" 
     30        "                            all other args are the volumes of the channels\n" 
     31        "                            you may use integer or percent values.\n" 
     32        "                            percent values can flooding points.\n" 
    2733        "\n" 
    28         "  serveroinfo        - Gets Informations about server output\n" 
    29         "  listclients        - Gets Informations about clients\n" 
    30         "  liststreams        - Gets Informations about streams\n" 
    31         "  allinfo            - Get all infos\n" 
     34        "  kick TYPE ID            - Kicks object of TYPE with id ID\n" 
     35        "                            Types: client stream sample source\n" 
     36        "\n" 
     37        "  serveroinfo             - Gets Informations about server output\n" 
     38        "  listclients             - Gets Informations about clients\n" 
     39        "  liststreams             - Gets Informations about streams\n" 
     40        "  allinfo                 - Get all infos\n" 
    3241       ); 
    3342} 
Note: See TracChangeset for help on using the changeset viewer.