From 6d77206ae21a121c753b163fc0f2cc79e60fda74 Mon Sep 17 00:00:00 2001 From: Thierry Leconte Date: Thu, 22 Jan 2004 23:15:54 +0000 Subject: [PATCH] improve usage --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)