summaryrefslogtreecommitdiffstats
path: root/sqv/src
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2021-01-19 11:27:53 +0100
committerJustus Winter <justus@sequoia-pgp.org>2021-01-19 12:19:58 +0100
commit17fb5f0e37fa77c5e801fed6049422c2f99103a8 (patch)
treeb96a57213729e1cad85e128d5bf486f56ae957d1 /sqv/src
parente6541f1c2991fb00ea6cea67783529055dbb9634 (diff)
sqv: Generate usage documentation in build script.
- Unfortunately, we still need to commit the result. Once the external doc feature is merged, we can avoid this. See https://github.com/rust-lang/rust/issues/44732.
Diffstat (limited to 'sqv/src')
-rw-r--r--sqv/src/sqv_cli.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/sqv/src/sqv_cli.rs b/sqv/src/sqv_cli.rs
index a351cead..8b85dc92 100644
--- a/sqv/src/sqv_cli.rs
+++ b/sqv/src/sqv_cli.rs
@@ -1,8 +1,4 @@
/// Command-line parser for sqv.
-///
-/// If you change this file, please rebuild `sqv`, run `make -C tool
-/// update-usage`, and commit the resulting changes to
-/// `sqv/src/sqv-usage.rs`.
use clap::{App, Arg, AppSettings};