summaryrefslogtreecommitdiffstats
path: root/sqv/src/sqv-usage.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-06 15:58:33 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-06 16:19:48 +0100
commit4777c88b9db0b5fe7db061bc24c56ed797c9e48a (patch)
treeeb5ccf4b4e14a77d58dbd3a4dadc29c149c92f0b /sqv/src/sqv-usage.rs
parent5b95ceeb0109e5036d9b403fcff689f4e29f107e (diff)
sqv: Rename flag --trace to --verbose.
- All the trace messages are gone except for the summary.
Diffstat (limited to 'sqv/src/sqv-usage.rs')
-rw-r--r--sqv/src/sqv-usage.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqv/src/sqv-usage.rs b/sqv/src/sqv-usage.rs
index 8e1cb395..b1fd16d9 100644
--- a/sqv/src/sqv-usage.rs
+++ b/sqv/src/sqv-usage.rs
@@ -10,8 +10,8 @@
//!
//! FLAGS:
//! -h, --help Prints help information
-//! --trace Trace execution.
//! -V, --version Prints version information
+//! -v, --verbose Be verbose.
//!
//! OPTIONS:
//! --keyring <FILE>... A keyring. Can be given multiple times.