File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " cc-downloader"
3
- version = " 0.5.0 "
3
+ version = " 0.5.1 "
4
4
edition = " 2021"
5
5
authors = [" Pedro Ortiz Suarez <pedro@commoncrawl.org>" ]
6
6
description = " A polite and user-friendly downloader for Common Crawl data."
7
7
license = " MIT OR Apache-2.0"
8
- rust-version = " 1.83 "
8
+ rust-version = " 1.84 "
9
9
readme = " README.md"
10
10
homepage = " https://commoncrawl.org"
11
11
repository = " https://github.com/commoncrawl/cc-downloader"
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ pub struct Cli {
11
11
12
12
#[ derive( Subcommand ) ]
13
13
pub enum Commands {
14
- /// Download paths for a given snapshot
14
+ /// Download paths for a given crawl
15
15
DownloadPaths {
16
16
/// Crawl reference, e.g. CC-MAIN-2021-04
17
- #[ arg( value_name = "SNAPSHOT " ) ]
17
+ #[ arg( value_name = "CRAWL " ) ]
18
18
snapshot : String ,
19
19
20
20
/// Data type
21
- #[ arg( value_name = "PATHS " ) ]
21
+ #[ arg( value_name = "SUBSET " ) ]
22
22
data_type : DataType ,
23
23
24
24
/// Destination folder
You can’t perform that action at this time.
0 commit comments