diff --git a/main.c b/main.c index cbf6234..1ab97d6 100644 --- a/main.c +++ b/main.c @@ -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 \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 \tFalse color config file\n-p\t\t16bits output\n-s [0|1]\tSatellite number\n"); } main(int argc, char **argv)