perf tools: Align long options which have no short forms
authorLi Zefan <lizf@cn.fujitsu.com>
Thu, 10 Dec 2009 07:22:17 +0000 (15:22 +0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 10 Dec 2009 07:30:28 +0000 (08:30 +0100)
Before:

$ ./perf kmem
...
    -l, --line <num>      show n lines
    --raw-ip              show raw ip instead of symbol

After:

$ ./perf kmem
...
    -l, --line <num>      show n lines
        --raw-ip          show raw ip instead of symbol

Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
LKML-Reference: <4B20A1A9.3040104@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found