diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-12-21 14:13:00 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-12-21 14:13:00 +0100 |
commit | 724b030894eaf8a055f149cab2d3f5be6e3f8eb4 (patch) | |
tree | 9ab8244b0349387d51e9bc45cf2a70b7527e9fa6 /src/kmscon_conf.c | |
parent | b469a1f4eb3b01e27ed31fd381f578cd192c71af (diff) |
docs: fix default font-size=12 documentation
We used font-size=15 in the past but changed it long ago. However, the
documentation still used 15 so fix this now.
Reported-by: James Buren <ryu0@ymail.com>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'src/kmscon_conf.c')
-rw-r--r-- | src/kmscon_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kmscon_conf.c b/src/kmscon_conf.c index 6ce5714..db46692 100644 --- a/src/kmscon_conf.c +++ b/src/kmscon_conf.c @@ -141,7 +141,7 @@ static void print_help() "Font Options:\n" "\t --font-engine <engine> [pango]\n" "\t Font engine\n" - "\t --font-size <points> [15]\n" + "\t --font-size <points> [12]\n" "\t Font size in points\n" "\t --font-name <name> [monospace]\n" "\t Font name\n" |