• Uwe Hermann's avatar
    Make the 'flashrom --help' output look a bit nicer · 2db77a03
    Uwe Hermann authored
    
    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.
    
    Finally, revert the "CONFIG_PRINT_WIKI ?= yes" change which accidentally
    slipped into r1029.
    
    Corresponding to flashrom svn r1030.
    Signed-off-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
    Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
    2db77a03
cli_classic.c 12.4 KB