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:
Starbeamrainbowlabs 2022-11-01 18:29:47 +00:00
parent 5f8d6dc6ea
commit 91152ebb1c
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -11,5 +11,5 @@ export default function(cli) {
.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("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");
}