[ONOS-6875] Fix broken 'partitions -c' command

Change-Id: If1041d29a085761d2af7956792094132729c0372
This commit is contained in:
Jordan Halterman 2017-07-31 16:08:40 -07:00
parent 1251e63216
commit 7ff7fef133

View File

@ -47,7 +47,7 @@ public class PartitionsListCommand extends AbstractShellCommand {
private boolean reportClientInfo = false;
private static final String SERVER_FMT = "%-20s %8s %25s %s";
private static final String CLIENT_FMT = "%-20s %8s %10s %25s";
private static final String CLIENT_FMT = "%-20s %8s";
/**
* Displays partition info as text.