mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 09:53:01 +08:00
[vcpkg list] Naming convention fix
This commit is contained in:
parent
170cfa3f39
commit
03edddef24
@ -8,9 +8,9 @@ namespace vcpkg::Commands::List
|
||||
{
|
||||
static const std::string OPTION_FULLDESC = "--x-full-desc"; // TODO: This should find a better home, eventually
|
||||
|
||||
static void do_print(const StatusParagraph& pgh, bool FullDesc)
|
||||
static void do_print(const StatusParagraph& pgh, bool full_desc)
|
||||
{
|
||||
if (FullDesc)
|
||||
if (full_desc)
|
||||
{
|
||||
System::println("%-30s %-16s %s", pgh.package.displayname(), pgh.package.version, pgh.package.description);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user