diff --git a/crates/apps_lib/src/cli.rs b/crates/apps_lib/src/cli.rs index b918a1b34e..dd733c8936 100644 --- a/crates/apps_lib/src/cli.rs +++ b/crates/apps_lib/src/cli.rs @@ -7232,7 +7232,7 @@ pub mod args { "The expiration datetime of the masp transaction, \ after which the tx won't be accepted anymore. If \ not provided, a default will be set. Example: \ - 2012-12-12T12:12:12Z" + 2012-12-12T12:12:00.000000000+00:00" )) .conflicts_with_all([NO_EXPIRATION.name]), )