All of lore.kernel.org
 help / color / mirror / Atom feed
* Help output inconsistency: -v vs. -V
@ 2015-06-29 17:50 Andrei Borzenkov
  2015-06-30  7:57 ` John Lane
  0 siblings, 1 reply; 4+ messages in thread
From: Andrei Borzenkov @ 2015-06-29 17:50 UTC (permalink / raw)
  To: grub-devel

We currently have situation that C converted tools use -V for
--version and -v for --verbose while shell based tools (quite a lot
left) use -v for --version and most do not have --verbose at all.

-V is quite deep in argp, but of course it is possible to get rid of it
by basically replicating argp code in grub (OK, we do not need check
for any hooks as we know there are none). 

It's not really new, and had been this way for some time, just that in
the past C programs were considered "for internal use only" and now
they are user facing so it is incompatible change.

Just gathering opinions what would be preferable. 


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

end of thread, other threads:[~2015-06-30 17:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-29 17:50 Help output inconsistency: -v vs. -V Andrei Borzenkov
2015-06-30  7:57 ` John Lane
2015-06-30  9:13   ` Thomas Schmitt
2015-06-30 17:04     ` Ben Hildred

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.