diff --git a/man/cppcheck.1.xml b/man/cppcheck.1.xml index 068d74019..8bcb404ea 100644 --- a/man/cppcheck.1.xml +++ b/man/cppcheck.1.xml @@ -121,6 +121,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + @@ -364,6 +365,15 @@ Directory name is matched to all parts of the path. Only print something when there is an error. + + + + + + + Use relative paths in output. When given, <paths> are used as base. You can separate multiple paths by ';'. Otherwise path where source files are searched is used. E.g. if given value is test, when checking test/test.cpp, the path in output will be test.cpp instead of test/test.cpp. The feature uses string comparison to create relative paths, so using e.g. ~ for home folder does not work. + +