Note in man page that the extension .c++ is supported
This fixes SF bug #10. My thanks to philipp for reporting this. Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
parent
9d1378e110
commit
f91e3ea60b
|
@ -188,7 +188,7 @@ While searching directories recursively, flawfinder only opens and
|
|||
examines regular files that have C/C++ filename extensions.
|
||||
Flawfinder presumes that files are C/C++ files if they have the extensions
|
||||
".c", ".h", ".ec", ".ecp", ".pgc", ".C", ".cpp",
|
||||
".CPP", ".cxx", ".cc", ".CC", ".pcc", ".hpp", or ".H".
|
||||
".CPP", ".cxx", ".c++", ".cc", ".CC", ".pcc", ".hpp", or ".H".
|
||||
The filename ``\-'' means the standard input.
|
||||
To prevent security problems,
|
||||
special files (such as device special files and named pipes) are
|
||||
|
|
Loading…
Reference in New Issue