From 9fc989c9e1e6e3c700059346ca205235d6dbf7a0 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Fri, 11 May 2018 17:00:59 +0200 Subject: tool: Generalize usage generation and document 'sqv'. --- tool/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tool/Cargo.toml') 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" -- cgit v1.2.3