unixctl: Improve readability of "help" output for long command names.
authorBen Pfaff <blp@nicira.com>
Thu, 22 Dec 2011 23:51:39 +0000 (15:51 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 2 Jan 2012 20:48:42 +0000 (12:48 -0800)
commite7b5947add23e57d6b77f31385a1d9116a28f6af
tree18cf2d12338c0e9f57b6c7a98441ccdc0168e4b6
parent4dd1e3cabbd109e322553a7b3d4c875e697d2069
unixctl: Improve readability of "help" output for long command names.

Without this change, if a unixctl command name is 23 character long or
longer, no space appeared between the command name and its usage.  This
commit ensures that at least one space always appears.

No command yet has a name this long.  I discovered this issue when I added
one that does.

Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/unixctl.c