summaryrefslogtreecommitdiffstats
path: root/sq/src/sq-usage.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sq/src/sq-usage.rs')
-rw-r--r--sq/src/sq-usage.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/sq/src/sq-usage.rs b/sq/src/sq-usage.rs
index 133cd370..72a51fe3 100644
--- a/sq/src/sq-usage.rs
+++ b/sq/src/sq-usage.rs
@@ -948,6 +948,14 @@
//! of trust. 60 is usually used for partially trusted. The default is
//! 120.
//!
+//! --allow-not-alive-certifier
+//! Allows the key to make a certification even if the current time is
+//! prior to its creation time or the current time is at or after its
+//! expiration time.
+//!
+//! --allow-revoked-certifier
+//! Don't fail if the certificate making the certification is revoked.
+//!
//! -B, --binary
//! Emits binary data
//!