aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitrij D. Czarkoff <czarkoff@gmail.com>2015-12-25 23:50:18 +0100
committerDmitrij D. Czarkoff <czarkoff@gmail.com>2015-12-25 23:50:18 +0100
commit54560c988d2b420acb72c81ebf49818603af9591 (patch)
tree3d4088fc4dd1153caf7d4f9eeed025575b261278
parentc681f5c58ee663b7730640c5b64c39774775d423 (diff)
downloadimv-54560c988d2b420acb72c81ebf49818603af9591.tar.gz
Document default font change in help text
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f505384..37cb293 100644
--- a/src/main.c
+++ b/src/main.c
@@ -67,7 +67,7 @@ void print_usage(const char* name)
"Options:\n"
" -n <NUM|PATH>: Start at picture number NUM, or with the path PATH.\n"
" -b BG: Set the background. Either 'checks' or a hex color value.\n"
- " -e FONT:SIZE: Set the font used for the overlay. Defaults to FreeMono:24\n"
+ " -e FONT:SIZE: Set the font used for the overlay. Defaults to Monospace:24\n"
" -t SECONDS: Enable slideshow mode and set delay between images"
"\n"
"Mouse:\n"