OSDN Git Service

perf mem: Document a missing option
authorSangwon Hong <qpakzk@gmail.com>
Sun, 11 Feb 2018 20:38:37 +0000 (05:38 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 16 Feb 2018 17:55:42 +0000 (14:55 -0300)
Add the missing --force option on the man page.

Signed-off-by: Sangwon Hong <qpakzk@gmail.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Taeung Song <treeze.taeung@gmail.com>
Link: http://lkml.kernel.org/r/1518381517-30766-2-git-send-email-qpakzk@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/Documentation/perf-mem.txt

index 4be08a1..b021141 100644 (file)
@@ -28,6 +28,10 @@ OPTIONS
 <command>...::
        Any command you can specify in a shell.
 
+-f::
+--force::
+       Don't do ownership validation
+
 -t::
 --type=::
        Select the memory operation type: load or store (default: load,store)