Package: qiv
Version: 2.0-4.2
Severity: wishlist
Tags: patch

As I was hunting an unrelated bug in qiv, I noticed that there are 2
undocumented command-line options, -u and -A (--select_dir).  It would
be nice if these options could be documented in the manual page, since
they both appear to work properly and could be useful to users
(although, -u might be redundant given that directories can be listed
on the command-line as arguments).

I have attached a simple patch to add these options to the man page.
I hope it is adequate.

Cheers,
Kevin

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.20060719a
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages qiv depends on:
ii  gdk-imlib11                  1.9.14-30   imaging library for use with gtk
ii  libc6                        2.3.6-19    GNU C Library: Shared libraries
ii  libglib1.2                   1.2.10-10.1 The GLib library of C routines
ii  libgtk1.2                    1.2.10-18   The GIMP Toolkit set of widgets fo
ii  libx11-6                     2:1.0.0-7   X11 client-side library
ii  libxext6                     1:1.0.0-4   X11 miscellaneous extension librar
ii  libxi6                       1:1.0.0-5   X11 Input extension library
ii  libxinerama1                 1:1.0.1-4   X11 Xinerama extension library

qiv recommends no packages.

-- no debconf information
diff -ur qiv-2.0.orig/qiv.1 qiv-2.0/qiv.1
--- qiv-2.0.orig/qiv.1  2006-08-14 15:08:45.000000000 -0600
+++ qiv-2.0/qiv.1       2006-08-14 15:53:15.000000000 -0600
@@ -38,6 +38,11 @@
 specified multiple times to read from several files, and will not 
 affect other file names passed on the command-line.
 .TP
+.B \-u \fIdir\fB
+Recursively include all files from from \fIdir\fR. This option can be 
+specified multiple times to include from several directories, and 
+will not affect other file names passed on the command-line.
+.TP
 .B \-e, \-\-center
 Disable window centering.
 .TP
@@ -132,6 +137,9 @@
 .TP
 .B \-T, \-\-watch
 Reload the image if it has changed on disk.
+.TP
+.B \-A, \-\-select_dir \fIdir\fB
+Store the selected files in \fIdir\fR (default is .qiv-select).
 .SH EXAMPLES
 qiv \-atsd2 *.jpg
 .br

Reply via email to