From 9857f8d0a2c390e4bd6d38a234e1ff36171926ee Mon Sep 17 00:00:00 2001 From: Reijo Tomperi Date: Sat, 14 Apr 2012 08:57:23 +0300 Subject: [PATCH] Add -rp to man file --- man/cppcheck.1.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. + +