From f4d987151869df14886f1df3e6e3161751776853 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Thu, 28 Mar 2019 10:11:30 +0100 Subject: update virtiotest help --- virtiotest.c | 1 + 1 file changed, 1 insertion(+) 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 pick card\n" + " -s set sleep time (default: 60)\n" " -i print device info\n" " -l list formats\n" "\n"); -- cgit