Re: [PATCH v2 14/22] cmd: log: Move log test to end of help string

2020-10-11 Thread Simon Glass
On Sat, 10 Oct 2020 at 13:44, Sean Anderson wrote: > > This is probably what a typical user is least interested in. Move it to the > end of the description. > > Signed-off-by: Sean Anderson > --- > > (no changes since v1) > > cmd/log.c | 10 +- > 1 file changed, 5 insertions(+), 5 deleti

[PATCH v2 14/22] cmd: log: Move log test to end of help string

2020-10-10 Thread Sean Anderson
This is probably what a typical user is least interested in. Move it to the end of the description. Signed-off-by: Sean Anderson --- (no changes since v1) cmd/log.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/log.c b/cmd/log.c index 5387aab551..9076e220f0