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