From 788037fe57fe44e24daae96e6f4e47ba7a600061 Mon Sep 17 00:00:00 2001 From: progrm_jarvis Date: Mon, 03 Aug 2020 19:23:07 +0000 Subject: [PATCH] docs: Fix docs of tla.rs --- --- a/crates/jrsonnet-cli/src/tla.rs +++ b/crates/jrsonnet-cli/src/tla.rs @@ -7,8 +7,8 @@ pub struct TLAOpts { /// Add top level string argument. /// Top level arguments will be passed to function before manifestification stage. - /// prefer using them instead of ExtVars. - /// If [=data] is not set, then it will be read from `name` env variable. + /// This is preferred to ExtVars method. + /// If [=data] is not set then it will be read from `name` env variable. #[clap(long, short = 'A', name = "name[=tla data]", number_of_values = 1)] tla_str: Vec, /// Read top level argument string from file. -- gitstuff