See patch.
Uwe.
On 20.05.2010 21:11, Uwe Hermann wrote:
Make the 'flashrom --help' output look a bit nicer.
Only print "flashrom" as the program name unconditionally, not the full path and program name (e.g. "/home/foo/bar/baz/flashrom" or on Windows "C:\Foo\Bar\Whatever\flashrom.exe"). The path or exact executable name is not really useful to print here, if you managed to run --help you already know it, and it just makes the output look ugly.
Also, add a missing newline to make the output look nicer.
Signed-off-by: Uwe Hermann uwe@hermann-uwe.de
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Regards, Carl-Daniel
On Thu, Jun 03, 2010 at 05:23:57PM +0200, Carl-Daniel Hailfinger wrote:
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Thanks, r1030 with one additional place where argv[0] was used being eliminated. I also reverted the wiki printing error I accidentally introduced in r1029.
Uwe.