mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 17:23:01 +00:00
wrangler:recordify update cli help
we only output .jsonl.gz to a DIRECTORY, so update cli help to reflect this
This commit is contained in:
parent
5f8d6dc6ea
commit
91152ebb1c
1 changed files with 1 additions and 1 deletions
|
@ -11,5 +11,5 @@ export default function(cli) {
|
||||||
.reverse();
|
.reverse();
|
||||||
})
|
})
|
||||||
.argument("water-offset", "Make the water depth data be this many time steps ahead of the rainfall radar data. (default: 1)", 1, "integer")
|
.argument("water-offset", "Make the water depth data be this many time steps ahead of the rainfall radar data. (default: 1)", 1, "integer")
|
||||||
.argument("output", "The path to the directory to write the generated TFRecord files to.", null, "string");
|
.argument("output", "The path to the directory to write the generated .jsonl.gz files to.", null, "string");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue