diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2011-06-18 21:08:27 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2011-06-18 21:08:27 +0000 |
| commit | 30d1616ed890b74436d4edb02f0574fa6c6a9a6b (patch) | |
| tree | 42ab7b5dff94c447e29e823046a95c799c2421ad | |
| parent | aff92fcbb9389c891329e3508fc718f5599823c0 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/mfiutil/mfiutil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/mfiutil/mfiutil.c b/usr.sbin/mfiutil/mfiutil.c index 1bce79eff6e1..4cf87478341a 100644 --- a/usr.sbin/mfiutil/mfiutil.c +++ b/usr.sbin/mfiutil/mfiutil.c @@ -58,6 +58,7 @@ usage(void) fprintf(stderr, " show drives - list physical drives\n"); fprintf(stderr, " show events - display event log\n"); fprintf(stderr, " show firmware - list firmware images\n"); + fprintf(stderr, " show logstate - display event log sequence numbers\n"); fprintf(stderr, " show volumes - list logical volumes\n"); fprintf(stderr, " show patrol - display patrol read status\n"); fprintf(stderr, " show progress - display status of active operations\n"); |
