commit | 81da1d60b9a051ca18b1a16eb32b9959db7cb002 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Mar 01 13:51:21 2013 -0800 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Mar 01 13:51:21 2013 -0800 |
tree | a4c619e74f2b7d62f423c82d9ce0198367573138 | |
parent | 16c57ea7219f7da9ae4df53a9504623905b9c6d3 [diff] |
vzctl snapshot-list -o desc: fix width Fix formatting when printing description field in vzctl snapshot-list. Obviously, since we use 32 characters for a header, we should use same 32 characters for the value, not 38. Before this patch, it looks something like this: # vzctl snapshot-list 1041 -o current,desc,current C DESC C * * Signed-off-by: Kir Kolyshkin <kir@openvz.org>