From 9e6936d325751a7e0670e8cc6aa61faf048cb241 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 1 May 2021 16:09:04 -0400 Subject: Added edit command --- src/dmtool.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dmtool.cc') diff --git a/src/dmtool.cc b/src/dmtool.cc index cf05938..c644026 100644 --- a/src/dmtool.cc +++ b/src/dmtool.cc @@ -41,6 +41,8 @@ void usage(const std::string& exename) { std::cout << indDesc << " ability (str, dex, con, int, wis, cha); value is new ability score" << std::endl; std::cout << indDesc << " skill (athletics, \"sleight of hand\", etc.); value is (none|proficient|expert)" << std::endl; std::cout << indDesc << " name; value is new given name." << std::endl; + std::cout << indOpt << "edit path" << std::endl; + std::cout << indDesc << "Edit notes associated to creature." << std::endl; std::cout << indOpt << "add path entry" << std::endl; std::cout << indDesc << "Add entry to creature, where entry is an item or spell." << std::endl; std::cout << indOpt << "help" << std::endl; -- cgit v1.2.3