Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstarkos <none@none>2009-09-30 00:06:06 +0400
committerstarkos <none@none>2009-09-30 00:06:06 +0400
commit68d9e55d00c32bb5f6c79fd5c03e5f8336f77054 (patch)
tree4e7124206ce47b484f32e559c28edee2469c7208 /src/actions/codeblocks
parent40f9444bab43fdef60fd920d8a1fc229ea95a16a (diff)
Patch #2832852: Fix descriptions in cmd help (Sebastian Schuberth)
Diffstat (limited to 'src/actions/codeblocks')
-rw-r--r--src/actions/codeblocks/_codeblocks.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/codeblocks/_codeblocks.lua b/src/actions/codeblocks/_codeblocks.lua
index 168c1aa..bfe7ad2 100644
--- a/src/actions/codeblocks/_codeblocks.lua
+++ b/src/actions/codeblocks/_codeblocks.lua
@@ -8,7 +8,7 @@
newaction {
trigger = "codeblocks",
shortname = "Code::Blocks",
- description = "Code::Blocks Studio",
+ description = "Generate Code::Blocks project files",
valid_kinds = { "ConsoleApp", "WindowedApp", "StaticLib", "SharedLib" },