summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNora <nora.widdecke@tu-bs.de>2019-02-24 23:14:36 +0100
committerNora <nora.widdecke@tu-bs.de>2019-02-24 23:19:22 +0100
commitb54ac2e5e929deabaa1a992e98e826235dd33401 (patch)
treeeb8907100bc64aae5d7b6cf6c766475f722abcbf /Cargo.lock
parent279ab83b5205ea5a758206c6713011d808dbddd8 (diff)
cursor: show possible values in --help
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dea9f78..a40aa63 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -381,6 +381,7 @@ dependencies = [
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
"backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"indoc 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",