added -raw to print_info()

because it's nice to have a _complete_ list of arguments... hehe.
This commit is contained in:
Hatagashira 2015-02-23 15:44:30 +01:00
parent 551e71789e
commit c4d40b8018
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ void kill_fm(){
void print_info(){ void print_info(){
printf("Syntax: pi_fm_rds [-freq freq] [-audio file] [-ppm ppm_error] [-pi pi_code]\n" printf("Syntax: pi_fm_rds [-freq freq] [-audio file] [-ppm ppm_error] [-pi pi_code]\n"
" [-ps ps_text] [-rt rt_text] [-ctl control_pipe] [-autokill]\n" " [-ps ps_text] [-rt rt_text] [-ctl control_pipe] [-autokill]\n"
" [-kill]\n"); " [-kill] [-raw]\n");
} }
int main(int argc, char **argv) { int main(int argc, char **argv) {