mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 12:16:13 +02:00
[ONOS-6875] Fix broken 'partitions -c' command
Change-Id: If1041d29a085761d2af7956792094132729c0372
This commit is contained in:
parent
1251e63216
commit
7ff7fef133
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user