Update usage and man page for ao-postflight
[fw/altos] / ao-tools / ao-postflight / ao-postflight.c
index bc6638e9858fe89bdea4c2b51b747cc9ae8e4fea..4ca39c2448a2483359643776afecede920655dea 100644 (file)
@@ -275,7 +275,7 @@ static const struct option options[] = {
 
 static void usage(char *program)
 {
-       fprintf(stderr, "usage: %s [--summary=<summary-file>] [--detail=<detail-file] [--plot=<plot-file>] {flight-log} ...\n", program);
+       fprintf(stderr, "usage: %s [--summary=<summary-file>] [-s <summary-file>] [--detail=<detail-file] [-d <detail-file>] [--plot=<plot-file> -p <plot-file>] {flight-log} ...\n", program);
        exit(1);
 }