mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Fixes for nv command handling
@ 2017-11-01  7:27 Enrico Jorns
  2017-11-01  7:27 ` [PATCH 1/6] commands: nv: fail with verbose message if invoked without args Enrico Jorns
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Enrico Jorns @ 2017-11-01  7:27 UTC (permalink / raw)
  To: barebox; +Cc: Enrico Jorns

This series adds a couple of fixes and enhancement in option parsing and error
handling for the 'nv' command.

CHANGES:

* Add missing curly braces in 1/5
* properly introduce and use NV abbreviation
* re-align help text

Enrico Jorns (6):
  commands: nv: fail with verbose message if invoked without args
  commands: nv: call nvvar_print() only if no argument is given
  commands: nv: assure error code will be returned when an error
    occurred
  common: globvar: let nvvar_remove() report non-existing variable
  commands: nv: adjust command help
  command: nv: rewrap help text lines

 commands/nv.c      | 45 +++++++++++++++++++++++++++++----------------
 common/globalvar.c |  4 +++-
 2 files changed, 32 insertions(+), 17 deletions(-)

-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2017-11-03  7:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-01  7:27 [PATCH v3 0/6] Fixes for nv command handling Enrico Jorns
2017-11-01  7:27 ` [PATCH 1/6] commands: nv: fail with verbose message if invoked without args Enrico Jorns
2017-11-01  7:27 ` [PATCH 2/6] commands: nv: call nvvar_print() only if no argument is given Enrico Jorns
2017-11-01  7:27 ` [PATCH 3/6] commands: nv: assure error code will be returned when an error occurred Enrico Jorns
2017-11-01  7:27 ` [PATCH 4/6] common: globvar: let nvvar_remove() report non-existing variable Enrico Jorns
2017-11-01  7:27 ` [PATCH 5/6] commands: nv: adjust command help Enrico Jorns
2017-11-01  7:27 ` [PATCH 6/6] command: nv: rewrap help text lines Enrico Jorns
2017-11-03  7:51 ` [PATCH v3 0/6] Fixes for nv command handling Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox