Explorar el Código

improve usage

tags/v1.4
Thierry Leconte hace 21 años
padre
commit
6d77206ae2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      main.c

+ 1
- 1
main.c Ver fichero

@@ -254,7 +254,7 @@ int satnum=1;
static void usage(void)
{
fprintf(stderr,"atpdec [options] soundfiles ...\n");
fprintf(stderr,"options:\n-d directory\n-i [a|b|c|t|d]\n-c \n-p\n-s [0|1]\n");
fprintf(stderr,"options:\n-d <dir>\tDestination directory\n-i [a|b|c|t]\tOutput image type r: Raw a: A chan. b: B chan. c: False color t: Temperature\n-c <file>\tFalse color config file\n-p\t\t16bits output\n-s [0|1]\tSatellite number\n");
}

main(int argc, char **argv)


Cargando…
Cancelar
Guardar