From e5906e14f1ccbdb124d313a453616db117d90a07 Mon Sep 17 00:00:00 2001 From: "Christina.Holt" Date: Thu, 31 Oct 2024 23:24:36 +0000 Subject: [PATCH] Update docs with new flag. --- .../user_guide/cli/drivers/chgres_cube/run-help.out | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/sections/user_guide/cli/drivers/chgres_cube/run-help.out b/docs/sections/user_guide/cli/drivers/chgres_cube/run-help.out index 70c20c78a..3f0eca53e 100644 --- a/docs/sections/user_guide/cli/drivers/chgres_cube/run-help.out +++ b/docs/sections/user_guide/cli/drivers/chgres_cube/run-help.out @@ -1,13 +1,15 @@ -usage: uw chgres_cube run --cycle CYCLE [-h] [--version] [--config-file PATH] - [--batch] [--dry-run] [--graph-file PATH] - [--key-path KEY[.KEY...]] [--schema-file PATH] - [--quiet] [--verbose] +usage: uw chgres_cube run --cycle CYCLE --leadtime LEADTIME [-h] [--version] + [--config-file PATH] [--batch] [--dry-run] + [--graph-file PATH] [--key-path KEY[.KEY...]] + [--schema-file PATH] [--quiet] [--verbose] A run Required arguments: --cycle CYCLE - The cycle in ISO8601 format (e.g. 2024-05-23T18) + The cycle in ISO8601 format (e.g. 2024-10-31T18) + --leadtime LEADTIME + The leadtime as hours[:minutes[:seconds]] Optional arguments: -h, --help