aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-02-25 09:12:25 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-02-25 09:12:25 +0100
commit559ed303bd98f35bf46eb90958088bce90384c25 (patch)
tree93ac2c8bd754a5c5ce77e72e6c92884e3de03c54
parent004c6005c70dfeb554a1f4ed27498c14fe12ced3 (diff)
downloaddrminfo-559ed303bd98f35bf46eb90958088bce90384c25.tar.gz
list default sleep time
-rw-r--r--drmtest.c2
-rw-r--r--fbtest.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drmtest.c b/drmtest.c
index 77c661f..c2c119f 100644
--- a/drmtest.c
+++ b/drmtest.c
@@ -187,7 +187,7 @@ static void usage(FILE *fp)
" -p pixman mode\n"
" -c <nr> pick card\n"
" -o <name> pick output\n"
- " -s <secs> set sleep time\n"
+ " -s <secs> set sleep time (default: 60)\n"
" -i <file> load and display image <file>\n"
" -f <fmt> pick framebuffer format\n"
" -m <mode> pick video mode format\n"
diff --git a/fbtest.c b/fbtest.c
index 0d74a80..172c7d4 100644
--- a/fbtest.c
+++ b/fbtest.c
@@ -60,7 +60,7 @@ static void usage(FILE *fp)
"options:\n"
" -h print this\n"
" -f <nr> pick framebuffer\n"
- " -s <secs> set sleep time\n"
+ " -s <secs> set sleep time (default: 60)\n"
" -i <file> load and display image <file>\n"
"\n");
}