summaryrefslogtreecommitdiffstats
path: root/tool/src/sq_cli.rs
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-11-12 17:00:52 +0100
committerJustus Winter <justus@sequoia-pgp.org>2018-11-12 17:00:52 +0100
commit3c30d40f833ca99ffbe0fddbf6d54133e1c1991e (patch)
tree550d6124fd02b63c36c798c34d3a0297c2f35c8b /tool/src/sq_cli.rs
parent133bce5f1081344ec6682ee14885c4d2a7390994 (diff)
tool: Fix.
- This file is include!d, and hence must not use //!. - Fixes 133bce5f1081344ec6682ee14885c4d2a7390994.
Diffstat (limited to 'tool/src/sq_cli.rs')
-rw-r--r--tool/src/sq_cli.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/tool/src/sq_cli.rs b/tool/src/sq_cli.rs
index 7841e5cb..b69bbf04 100644
--- a/tool/src/sq_cli.rs
+++ b/tool/src/sq_cli.rs
@@ -1,8 +1,8 @@
-//! Command-line parser for sq.
-//!
-//! If you change this file, please rebuild `sq`, run `make -C tool
-//! update-usage`, and commit the resulting changes to
-//! `tool/src/sq-usage.rs`.
+/// Command-line parser for sq.
+///
+/// If you change this file, please rebuild `sq`, run `make -C tool
+/// update-usage`, and commit the resulting changes to
+/// `tool/src/sq-usage.rs`.
use clap::{App, Arg, SubCommand, AppSettings};