summaryrefslogtreecommitdiffstats
path: root/tool/Cargo.toml
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2018-05-11 17:00:59 +0200
committerJustus Winter <justus@sequoia-pgp.org>2018-05-11 17:00:59 +0200
commit9fc989c9e1e6e3c700059346ca205235d6dbf7a0 (patch)
tree3b8569365660a6953bc2b4726d3bbbeae08c31b0 /tool/Cargo.toml
parent4fd637775c0d66206ddf2e6652fe8402469bb7ee (diff)
tool: Generalize usage generation and document 'sqv'.
Diffstat (limited to 'tool/Cargo.toml')
-rw-r--r--tool/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tool/Cargo.toml b/tool/Cargo.toml
index 6ac34aab..c954630d 100644
--- a/tool/Cargo.toml
+++ b/tool/Cargo.toml
@@ -20,8 +20,8 @@ clap = "2.27.1"
[[bin]]
name = "sq"
-path = "src/usage.rs"
+path = "src/sq-usage.rs"
[[bin]]
name = "sqv"
-path = "src/sqv.rs"
+path = "src/sqv-usage.rs"