Skip to content

Commit f2c032c

Browse files
committed
docs: Updated some terminology in the man page
1 parent 4cf1767 commit f2c032c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "cc-downloader"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55
authors = ["Pedro Ortiz Suarez <pedro@commoncrawl.org>"]
66
description = "A polite and user-friendly downloader for Common Crawl data."
77
license = "MIT OR Apache-2.0"
8-
rust-version = "1.83"
8+
rust-version = "1.84"
99
readme = "README.md"
1010
homepage = "https://commoncrawl.org"
1111
repository = "https://github.com/commoncrawl/cc-downloader"

src/cli.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ pub struct Cli {
1111

1212
#[derive(Subcommand)]
1313
pub enum Commands {
14-
/// Download paths for a given snapshot
14+
/// Download paths for a given crawl
1515
DownloadPaths {
1616
/// Crawl reference, e.g. CC-MAIN-2021-04
17-
#[arg(value_name = "SNAPSHOT")]
17+
#[arg(value_name = "CRAWL")]
1818
snapshot: String,
1919

2020
/// Data type
21-
#[arg(value_name = "PATHS")]
21+
#[arg(value_name = "SUBSET")]
2222
data_type: DataType,
2323

2424
/// Destination folder

0 commit comments

Comments
 (0)