From c478a39a4ad6582209e874a811ec289380144945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amadeusz=20S=C5=82awi=C5=84ski?= Date: Mon, 19 May 2014 23:04:08 +0200 Subject: [PATCH] reformat output so it fits on terminals with 80 columns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Amadeusz Sławiński --- util/wmsetbg.c | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/util/wmsetbg.c b/util/wmsetbg.c index 775cc194..6e74c534 100644 --- a/util/wmsetbg.c +++ b/util/wmsetbg.c @@ -1144,26 +1144,26 @@ static void print_help(void) puts("Sets the workspace background to the specified image or a texture and"); puts("optionally update Window Maker configuration"); puts(""); - puts(" -display display to use"); - puts(" -d, --dither dither image"); - puts(" -m, --match match colors"); - puts(" -S, --smooth smooth scaled image"); + puts(" -display display to use"); + puts(" -d, --dither dither image"); + puts(" -m, --match match colors"); + puts(" -S, --smooth smooth scaled image"); #ifdef USE_XINERAMA - puts(" -X, --xinerama stretch image across Xinerama heads"); + puts(" -X, --xinerama stretch image across Xinerama heads"); #endif - puts(" -b, --back-color background color"); - puts(" -t, --tile tile image"); - puts(" -e, --center center image"); - puts(" -s, --scale scale image (default)"); - puts(" -a, --maxscale scale image and keep aspect ratio"); - puts(" -f, --fillscale scale image to fill screen and keep aspect ratio"); - puts(" -u, --update-wmaker update WindowMaker domain database"); - puts(" -D, --update-domain update database"); - puts(" -c, --colors colors per channel to use"); - puts(" -p, --parse proplist style texture specification"); - puts(" -w, --workspace update background for the specified workspace"); - puts(" -v, --version show version of wmsetbg and exit"); - puts(" -h, --help show this help and exit"); + puts(" -b, --back-color background color"); + puts(" -t, --tile tile image"); + puts(" -e, --center center image"); + puts(" -s, --scale scale image (default)"); + puts(" -a, --maxscale scale image and keep aspect ratio"); + puts(" -f, --fillscale scale image to fill screen and keep aspect ratio"); + puts(" -u, --update-wmaker update WindowMaker domain database"); + puts(" -D, --update-domain update database"); + puts(" -c, --colors colors per channel to use"); + puts(" -p, --parse proplist style texture specification"); + puts(" -w, --workspace update background for the specified workspace"); + puts(" -v, --version show version of wmsetbg and exit"); + puts(" -h, --help show this help and exit"); } static void changeTextureForWorkspace(const char *domain, char *texture, int workspace)