diff options
author | bloodstalker <thabogre@gmail.com> | 2019-08-02 17:21:39 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-08-02 17:21:39 +0000 |
commit | a69bebb21975c931dc0e511e35f2285c46116a3d (patch) | |
tree | d446a3b5c84f415c0690d3b66932e95207c81b1d /cgrep.cpp | |
parent | checked with trunk version 355787. if you use the trunk llvm-clang you build ... (diff) | |
download | cgrep-a69bebb21975c931dc0e511e35f2285c46116a3d.tar.gz cgrep-a69bebb21975c931dc0e511e35f2285c46116a3d.zip |
update
Diffstat (limited to '')
-rw-r--r-- | cgrep.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ cl::opt<bool> CO_SYSHDR("syshdr", cl::init(false), cl::cat(CGrepCat), cl::Optional); // done cl::opt<bool> CO_MAINFILE("mainfile", - cl::desc("mathc identifiers in the main file only"), + cl::desc("match identifiers in the main file only"), cl::init(true), cl::cat(CGrepCat), cl::Optional); // done cl::opt<int> CO_A( |