diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 2012-01-12 22:12:42 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 2012-01-12 22:12:42 +0000 |
| commit | 33d35bebefee000a593b1b29d1bbaecaf6717e95 (patch) | |
| tree | 7792b3d27dcd6852362fa0d066d112e4919b04c2 /usr.bin/ctlstat | |
| parent | b87c6ae04bad117608e6fa262af4c35e2756209d (diff) | |
Notes
Diffstat (limited to 'usr.bin/ctlstat')
| -rw-r--r-- | usr.bin/ctlstat/ctlstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ctlstat/ctlstat.c b/usr.bin/ctlstat/ctlstat.c index 11022ec871d1..4d734018621b 100644 --- a/usr.bin/ctlstat/ctlstat.c +++ b/usr.bin/ctlstat/ctlstat.c @@ -146,7 +146,7 @@ static void compute_stats(struct ctl_lun_io_stats *cur_stats, static void usage(int error) { - fprintf(error ? stderr : stdout, ctlstat_usage); + fputs(ctlstat_usage, error ? stderr : stdout); } static int |
