aboutsummaryrefslogtreecommitdiffstats
path: root/src/ftcat.c
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-09-22 17:19:52 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-09-22 17:19:52 -0400
commita8b90fadf3b8cb67ef881a072f9f283d2a7a51af (patch)
treeb730540e3610485870c1b57eac75b26e19f208b2 /src/ftcat.c
parent5ef64e006c200e7213ae3cc52cb02bd172bfe97d (diff)
hack: support passing arbitrary IDs
- the whole NAME->ID mess should really be a wrapper script.
Diffstat (limited to 'src/ftcat.c')
-rw-r--r--src/ftcat.c4
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)
54static void usage(void) 54static 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}