aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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");
}