diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-28 10:11:30 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-03-28 10:11:30 +0100 |
commit | f4d987151869df14886f1df3e6e3161751776853 (patch) | |
tree | c83560ffde5952fdd9b187d0d1567a8b1f01f497 | |
parent | a0c9d2e5b1fbff99ce1281b322a31c718245ceba (diff) | |
download | drminfo-f4d987151869df14886f1df3e6e3161751776853.tar.gz |
update virtiotest help
-rw-r--r-- | virtiotest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/virtiotest.c b/virtiotest.c index 635fcbc..9230cb9 100644 --- a/virtiotest.c +++ b/virtiotest.c @@ -230,6 +230,7 @@ static void usage(FILE *fp) "options:\n" " -h print this\n" " -c <nr> pick card\n" + " -s <secs> set sleep time (default: 60)\n" " -i print device info\n" " -l list formats\n" "\n"); |