diff options
Diffstat (limited to 'src/ftcat.c')
-rw-r--r-- | src/ftcat.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ftcat.c b/src/ftcat.c index b317cba..f1a269f 100644 --- a/src/ftcat.c +++ b/src/ftcat.c | |||
@@ -54,9 +54,7 @@ static void cat2stdout(int fd) | |||
54 | static void usage(void) | 54 | static void usage(void) |
55 | { | 55 | { |
56 | fprintf(stderr, | 56 | fprintf(stderr, |
57 | "Usage: ftcat <ft device> TS1 TS2 ....\n\n" | 57 | "Usage: ftcat <ft device> TS1 TS2 ...." |
58 | // "where TS1, TS2, ... is one of " | ||
59 | // " sched, tick, plug_tick, plug_sche" | ||
60 | "\n"); | 58 | "\n"); |
61 | exit(1); | 59 | exit(1); |
62 | } | 60 | } |