This is an automated email generated because a ref change occurred in the
git repository for project wmaker-crm.git.
The branch, master has been updated
via 77c3b95fd5a3096a4be6268e40afdb45f8e2095c (commit)
from b662d0827c7c10c197e11b583f8c371add01717a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 77c3b95fd5a3096a4be6268e40afdb45f8e2095c
Author: David Maciejak <
david.m...@gmail.com>
Date: Fri, 23 Jan 2026 14:40:42 -0500
URL: <
https://repo.or.cz/wmaker-crm.git/77c3b95fd5a3096a>
Doc: fix wmiv man page
Sort out the argument order or else 'make check' will complain.
---
doc/wmiv.1 | 12 ++++++------
util/wmiv.c | 6 +++---
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/doc/wmiv.1 b/doc/wmiv.1
index 0c66e90e7c92..c708647d5578 100644
--- a/doc/wmiv.1
+++ b/doc/wmiv.1
@@ -6,14 +6,14 @@ wmiv \- quick image viewer using wrlib
.RI [ \,image(s)\/ | \,directory\/ | \,archive\/]
.SH OPTIONS
.TP
-.B \-h, \-\-help
-print help text
+.B \-\-help
+display this help
.TP
-.B \-v, \-\-version
-print version
-.TP
-.B \-i, \-\-ignore-unknown
+.B \-\-ignore-unknown
ignore unknown image format
+.TP
+.B \-\-version
+print version
.SH KEYS
.TP
[+]
diff --git a/util/wmiv.c b/util/wmiv.c
index 472905012723..cf5dac1f39e0 100755
--- a/util/wmiv.c
+++ b/util/wmiv.c
@@ -1736,9 +1736,9 @@ int main(int argc, char **argv)
red.green = red.blue = 0;
static struct option long_options[] = {
- {"version", no_argument, 0, 'v'},
{"help", no_argument, 0, 'h'},
{"ignore-unknown", no_argument, 0, 'i'},
+ {"version", no_argument, 0, 'v'},
{0, 0, 0, 0}
};
int option_index = 0;
@@ -1749,9 +1749,9 @@ int main(int argc, char **argv)
case 'h':
printf("Usage: %s [image(s)|directory|archive]\n"
"Options:\n"
- " -h, --help print this help text\n"
- " -v, --version print version\n"
+ " -h, --help display this help and exit\n"
" -i, --ignore-unknown ignore unknown image format\n"
+ " -v, --version print version\n"
"\nKeys:\n\n"
" [+] zoom in\n"
" [-] zoom out\n"
-----------------------------------------------------------------------
Summary of changes:
doc/wmiv.1 | 12 ++++++------
util/wmiv.c | 6 +++---
2 files changed, 9 insertions(+), 9 deletions(-)
repo.or.cz automatic notification. Contact project admin
crm...@gmail.com
if you want to unsubscribe, or site admin
ad...@repo.or.cz if you receive
no reply.
--
wmaker-crm.git ("The Window Maker window manager")