fetch-crl/add-V-to-fetch-crl-help-info.patch

35 lines
1.1 KiB
Diff
Raw Permalink Normal View History

From d9a0c2cf7979ad6bca2168d8a3ca621cfe57515f Mon Sep 17 00:00:00 2001
From: caodongxia <315816521@qq.com>
Date: Wed, 29 Sep 2021 11:36:49 +0800
Subject: [PATCH] add -V to fetch-crl-help info
---
fetch-crl | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/fetch-crl b/fetch-crl
index 1d60a1f..9a56ac5 100755
--- a/fetch-crl
+++ b/fetch-crl
@@ -303,7 +303,7 @@ Usage: $name [-c|--config configfile] [-l|--infodir path]
[--cadir path] [-s|--statedir path] [-o|--output path] [--format \@formats]
[-T|--httptimeout seconds] [-p|--parallelism n] [--nosymlinks]
[-a|--agingtolerance hours] [-r|--randomwait seconds]
- [-v|--verbose] [-h|--help] [-q|--quiet] [-d|--debug level]
+ [-v|--verbose] [-h|--help] [-q|--quiet] [-d|--debug level] [-V|--version]
Options:
-c | --config path
@@ -335,6 +335,8 @@ Options:
-r | --randomwait seconds
Introduce a random delay of up to seconds seconds before starting
any retrieval processes
+ -V | --version
+ show a version number
-h | --help
This help text
--
2.27.0