Re: [PATCH 3/4] perf tools: Setup pager when printing usage and help

2015-10-25 Thread Ingo Molnar
* Namhyung Kim wrote: > It's annoying to see error or help message when command has many options like > in > perf record, report or top. [...] That's indeed so. > [...] So setup pager when print parser error or help message - it should be > OK > since no UI is enabled at the parsing time.

[PATCH 3/4] perf tools: Setup pager when printing usage and help

2015-10-24 Thread Namhyung Kim
It's annoying to see error or help message when command has many options like in perf record, report or top. So setup pager when print parser error or help message - it should be OK since no UI is enabled at the parsing time. The usage_with_options() already disables it by calling exit_browser()