diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-14 19:50:05 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-01-14 20:07:52 +0300 |
commit | e07b93411648eee76e3372bc1d9f85eb26d5230e (patch) | |
tree | b7f55c7199a69521ea395f48fa5dd45cfd3817ff /utils/addr2name.cpp | |
parent | clang-format all the code (diff) | |
download | winapi-debug-e07b93411648eee76e3372bc1d9f85eb26d5230e.tar.gz winapi-debug-e07b93411648eee76e3372bc1d9f85eb26d5230e.zip |
addr2name: fix usage message
Diffstat (limited to 'utils/addr2name.cpp')
-rw-r--r-- | utils/addr2name.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/addr2name.cpp b/utils/addr2name.cpp index fe749b8..96a1e12 100644 --- a/utils/addr2name.cpp +++ b/utils/addr2name.cpp @@ -35,7 +35,7 @@ public: } const char* get_short_description() const override { - return "[-h|--help] [--pdb ADDR,PATH]... [--] [ADDR]..."; + return "[-h|--help] [--pdb ADDR,PATH]... [-l|--lines] [--] [ADDR]..."; } std::vector<PDB> pdbs; |