diff options
| author | Keith Packard <keithp@keithp.com> | 2009-09-06 18:11:24 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-09-06 18:11:24 -0700 |
| commit | 9177f5f4e9d832558ddd9ab227c4511f6201e7e5 (patch) | |
| tree | fc76cdfcc87cd011abe7dc86705ffaddf7b7d1ee /ao-tools/ao-postflight/ao-postflight.c | |
| parent | 2e6686b1e183c66188ea447b8a54e4c29402443b (diff) | |
Update usage and man page for ao-postflight
Diffstat (limited to 'ao-tools/ao-postflight/ao-postflight.c')
| -rw-r--r-- | ao-tools/ao-postflight/ao-postflight.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-postflight/ao-postflight.c b/ao-tools/ao-postflight/ao-postflight.c index bc6638e9..4ca39c24 100644 --- a/ao-tools/ao-postflight/ao-postflight.c +++ b/ao-tools/ao-postflight/ao-postflight.c @@ -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); } |
