diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-09-24 23:26:50 -0400 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-09-24 23:26:50 -0400 |
commit | 1c6aeb0448af8712ad5ca8a695351d397bc1e0ce (patch) | |
tree | e5967cc40750ac33f1328c12e6cc070dc5176d8f /src/ftcat.c | |
parent | c52d7ab471d62b32836617fce06c0946d08ecb09 (diff) | |
parent | 956ffd54dda4da2f6d7c0963fda54a6be95f1c4f (diff) |
Merge branch 'master' of ssh://cvs/cvs/proj/litmus/repo/ft_tools
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 | } |