[Qemu-devel] [PATCH] qemu log: wrap long text

2016-07-03 Thread Mike Frysinger
The existing help output is a bit hard to read due to the ad-hoc wrapping. This makes it a bit more programmatic (at least, it wraps it once, but that should be good enough for now). Signed-off-by: Mike Frysinger --- util/log.c | 36 ++-- 1 file changed, 30 insert

[Qemu-devel] [PATCH] qemu-log: wrap long text

2013-06-16 Thread Mike Frysinger
The existing help output is a bit hard to read due to the ad-hoc wrapping. This makes it a bit more programmatic (at least, it wraps it once, but that should be good enough for now). It's not terribly intelligent (just sticks a dash in the middle of the broken word) rather than splitting on whites

[Qemu-devel] [PATCH] qemu-log: wrap long text

2013-06-09 Thread Mike Frysinger
The existing help output is a bit hard to read due to the ad-hoc wrapping. This makes it a bit more programmatic (at least, it wraps it once, but that should be good enough for now). It's not terribly intelligent (just sticks a dash in the middle of the broken word) rather than splitting on whites