aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_export.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-19 16:43:47 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-21 18:06:52 -0700
commit9dda4e48aee9ef1ead865e9b45c33efba89a3fde (patch)
tree3ffe3763c55a9bbd5fa7c0b356c7b686b638e831 /toolsrc/src/commands_export.cpp
parentcabacaddb4624e57b59605b6193c2a7a1baf9618 (diff)
downloadvcpkg-9dda4e48aee9ef1ead865e9b45c33efba89a3fde.tar.gz
vcpkg-9dda4e48aee9ef1ead865e9b45c33efba89a3fde.zip
`export`: Print output directory
Diffstat (limited to 'toolsrc/src/commands_export.cpp')
-rw-r--r--toolsrc/src/commands_export.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/src/commands_export.cpp b/toolsrc/src/commands_export.cpp
index d2811fb51..0cac73f19 100644
--- a/toolsrc/src/commands_export.cpp
+++ b/toolsrc/src/commands_export.cpp
@@ -125,6 +125,8 @@ namespace vcpkg::Commands::Export
System::println(System::Color::success, "Exporting package %s... done", display_name);
}
+ System::println(System::Color::success, R"(Files exported at: "%s")", output.generic_string());
+
Checks::exit_success(VCPKG_LINE_INFO);
}
}