aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-27 10:49:08 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-27 10:49:08 -0600
commit32ccd8d0540bbf9c10bc96a549767c6f7a087cb1 (patch)
treee5d0ecb5ec6938bf7d336b713d908944ec12a1f5 /src
parentb1cf1f9eb43fbe4976b4063f47a0a2c259f535a9 (diff)
downloadwebget-32ccd8d0540bbf9c10bc96a549767c6f7a087cb1.tar.gz
webget-32ccd8d0540bbf9c10bc96a549767c6f7a087cb1.zip
include crate info in help
Diffstat (limited to 'src')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 5de67ca..3d7388f 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -11,6 +11,7 @@ mod download;
use download::download;
#[derive(StructOpt, Debug)]
+#[structopt(author, about)]
struct Args {
/// Read URLs from a file
#[structopt(short, long)]