Minor improvement to "lb". (FELIX-2042)


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@943564 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/gogo/felixcommands/src/main/java/org/apache/felix/gogo/felixcommands/Basic.java b/gogo/felixcommands/src/main/java/org/apache/felix/gogo/felixcommands/Basic.java
index 7669d49..a8c131b 100644
--- a/gogo/felixcommands/src/main/java/org/apache/felix/gogo/felixcommands/Basic.java
+++ b/gogo/felixcommands/src/main/java/org/apache/felix/gogo/felixcommands/Basic.java
@@ -963,13 +963,13 @@
         {
             System.out.println(
                 String.format(
-                "%5s %-11s %5s %s", "ID", "State", "Level", lastColumn));
+                "%5s|%-11s|%5s|%s", "ID", "State", "Level", lastColumn));
         }
         else
         {
             System.out.println(
                 String.format(
-                "%5s %-11s %s", "ID", "State", lastColumn));
+                "%5s|%-11s|%s", "ID", "State", lastColumn));
         }
         for (Bundle bundle : bundles)
         {