change args output so not to miss trailing spaces
This commit is contained in:
parent
17ef450dd8
commit
a35333223b
|
@ -63,7 +63,7 @@ public class ShowArgs extends SigarCommandBase {
|
|||
}
|
||||
|
||||
for (int i=0; i<argv.length; i++) {
|
||||
println(" " + i + "=" + argv[i]);
|
||||
println(" " + i + "=>" + argv[i] + "<=");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue