diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dmtool.cc | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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; | 
