From ac989fbbaad7a39b8cf075e165172a358c1620a1 Mon Sep 17 00:00:00 2001 From: Daniil Rozanov Date: Sat, 4 May 2024 00:45:06 +0300 Subject: fix: more convinient short description for default variants --- lua/cmake/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/cmake/config.lua b/lua/cmake/config.lua index 25ae976..a0cdf0c 100644 --- a/lua/cmake/config.lua +++ b/lua/cmake/config.lua @@ -67,8 +67,8 @@ local default_config = { choices = { debug = { short = "Debug", buildType = "Debug" }, release = { short = "Release", buildType = "Release" }, - relWithDebInfo = { short = "Release with debug info", buildType = "RelWithDebInfo" }, - minSizeRel = { short = "Minimal size releaze", buildType = "MinSizeRel" }, + relWithDebInfo = { short = "RelWithDebInfo", buildType = "RelWithDebInfo" }, + minSizeRel = { short = "MinSizeRel", buildType = "MinSizeRel" }, }, }, }, -- cgit v1.2.3