diff options
author | Your Name <you@example.com> | 2021-05-01 16:09:04 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-05-01 16:09:04 -0400 |
commit | 9e6936d325751a7e0670e8cc6aa61faf048cb241 (patch) | |
tree | 63a6491b0958a837f72614023c6200a5445e5e37 /src | |
parent | 6e41af7248b4e594d1b538a5989c9d0998b53cca (diff) | |
download | dmtool-9e6936d325751a7e0670e8cc6aa61faf048cb241.tar.gz dmtool-9e6936d325751a7e0670e8cc6aa61faf048cb241.tar.bz2 dmtool-9e6936d325751a7e0670e8cc6aa61faf048cb241.zip |
Added edit command
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; |