[PATCH 5/5] perf tool: Fix a type of '=' in Document of perf-kvm.

2013-12-04 Thread Dongsheng Yang
As option --host and --guest request no input for it, there should not be a '=' after them in Document. And --output request a filename as the input, so there should be a '=' after it. This patch remove the wrong '=' after --guest and --host, and add a '=' after --output in perf-kvm.txt.

[PATCH 5/5] perf tool: Fix a type of '=' in Document of perf-kvm.

2013-12-04 Thread Dongsheng Yang
As option --host and --guest request no input for it, there should not be a '=' after them in Document. And --output request a filename as the input, so there should be a '=' after it. This patch remove the wrong '=' after --guest and --host, and add a '=' after --output in perf-kvm.txt.