From ac50b4b36a1baf59cf195de2c363e7f890ed006d Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 23 Dec 2017 19:46:27 +0000 Subject: [PATCH] xscsize.c: Describe the `-m' option in help text. Oops, this has been missing for a while. --- xscsize.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xscsize.c b/xscsize.c index 7c40de9..3a9b9fe 100644 --- a/xscsize.c +++ b/xscsize.c @@ -61,7 +61,7 @@ static void version(FILE *fp) { pquis(fp, "$ (xtoys version " VERSION ")\n"); } static void usage(FILE *fp) - { pquis(fp, "Usage: $ [-bcx] [-d DISPLAY]\n"); } + { pquis(fp, "Usage: $ [-bcmx] [-d DISPLAY]\n"); } static void help(FILE *fp) { @@ -82,6 +82,7 @@ Options:\n\ -d, --display=DISPLAY Choose X display to connect to\n\ -b, --bourne-shell Output text suitable for a Bourne shell\n\ -c, --c-shell Output text suitable for a C shell\n\ +-m, --multiscreen Describe each screen individually\n\ -x, --export Export the variables into the environment\n", fp); } -- 2.11.0