1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
From e8c98c34fc846929abb3ef44be70854ad87c21a1 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Mon, 4 Jan 2010 21:33:03 +0200
Subject: [PATCH] judge.1: document GNU --long options
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
judge.1 | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/judge.1 b/judge.1
index 4082236..8a12412 100644
--- a/judge.1
+++ b/judge.1
@@ -5,7 +5,7 @@
.SH SYNOPSIS
.B judge
[
-.B \-v
+.B \-V
]
.P
.B judge
@@ -25,11 +25,14 @@ It can read all pictures the
can read, i.e. normal and progressive jpeg's.
.SS OPTIONS
.TP
-.B -v
-Display version number and exit.
-.TP
.B -b
Display only quality indicator, suppress other information (filenames).
+.TP
+.B \-h, \-\-help
+Display short summary of options.
+.TP
+.B \-V, \-\-version
+Display version number and exit.
.SH BUGS
It should be possible to judge pictures stored in non-lossy formats, too,
since conversion to jpeg may influence the measurement.
--
1.6.5
|