aboutsummaryrefslogtreecommitdiff
path: root/src/cmd_usage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd_usage.cc')
-rw-r--r--src/cmd_usage.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd_usage.cc b/src/cmd_usage.cc
index 53e9d01..6219996 100644
--- a/src/cmd_usage.cc
+++ b/src/cmd_usage.cc
@@ -45,6 +45,8 @@ namespace cmd {
text << indDesc << " init; adds spellcasting to a creature which currently does not have spellcasting" << std::endl;
text << indDesc << " ability value; sets the spellcasting ability, where value is the ability name" << std::endl;
text << indDesc << " level l slots; sets the number of slots at spell level l to slots" << std::endl;
+ text << indOpt << "git [command]" << std::endl;
+ text << indDesc << "Execute a git command within the dmtool folder." << std::endl;
text << indOpt << "help" << std::endl;
text << indDesc << "Show this help." << std::endl;
return text.str();