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
|
From daf4e046d1236dddbc878d6a5b711c86df7e50fa Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Mon, 4 Jan 2010 21:37:14 +0200
Subject: [PATCH] Change name to jpegjudge
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
judge.1 | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/judge.1 b/judge.1
index 8a12412..374628f 100644
--- a/judge.1
+++ b/judge.1
@@ -1,20 +1,20 @@
-.TH JUDGE 1 "Judge - guess picture quality"
+.TH JPEGJUDGE 1 "Jpegjudge - guess jpeg picture quality"
.SH NAME
-.I judge
+.I jpegjudge
\- guess jpeg picture quality
.SH SYNOPSIS
-.B judge
+.B jpegjudge
[
.B \-V
]
.P
-.B judge
+.B jpegjudge
[
.B \-b
]
file ...
.SH DESCRIPTION
-.I Judge
+.I Jpegjudge
reads each argument and attempts to guess the quality with which
it was saved. Currently, only a rough indicator is calculcated,
ranging from 0 (lowest quality) to 1000 (highest quality), an
--
1.6.5
|