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)