fix comment
This commit is contained in:
parent
7162f1c590
commit
b4256d7aac
|
@ -11,7 +11,7 @@ public class Route extends SigarCommandBase {
|
||||||
private static final String OUTPUT_FORMAT =
|
private static final String OUTPUT_FORMAT =
|
||||||
"%-15s %-15s %-15s %-5s %-6s %-3s %-s";
|
"%-15s %-15s %-15s %-5s %-6s %-3s %-s";
|
||||||
|
|
||||||
//like df -h -a
|
//like route -n
|
||||||
private static final String[] HEADER = new String[] {
|
private static final String[] HEADER = new String[] {
|
||||||
"Destination",
|
"Destination",
|
||||||
"Gateway",
|
"Gateway",
|
||||||
|
|
Loading…
Reference in New Issue