commit 1cc5f87511f3dbee3c18a85157e761aec7908f04
Author: Hiltjo Posthuma <[email protected]>
AuthorDate: Sun Mar 28 15:10:40 2021 +0200
Commit: Hiltjo Posthuma <[email protected]>
CommitDate: Sun Mar 28 15:10:40 2021 +0200
usage: add -g information entry and fix newline after -H option
diff --git a/svkbd.c b/svkbd.c
index 1a157cb..3688ee6 100644
--- a/svkbd.c
+++ b/svkbd.c
@@ -966,8 +966,9 @@ usage(char *argv0)
fprintf(stderr, " -o - Print to standard output\n");
fprintf(stderr, " -l - Comma separated list of layers to
enable\n");
fprintf(stderr, " -s - Layer to select on program start\n");
- fprintf(stderr, " -H [int] - Height fraction, one key row takes 1/x
of the screen height");
+ fprintf(stderr, " -H [int] - Height fraction, one key row takes 1/x
of the screen height\n");
fprintf(stderr, " -fn [font] - Set font (Xft, e.g: DejaVu
Sans:bold:size=20)\n");
+ fprintf(stderr, " -g - Set the window position or size using
the X geometry format\n");
exit(1);
}