commit | 4935c115f744ec95e2a61b8f74e346b7f9ffdccd | [log] [tgz] |
---|---|---|
author | Richard S. Hall <rickhall@apache.org> | Wed May 13 18:34:14 2009 +0000 |
committer | Richard S. Hall <rickhall@apache.org> | Wed May 13 18:34:14 2009 +0000 |
tree | 43522086abc0e489130ffd950a8c6cd42d7632e3 | |
parent | 3a112cf83c2cee8a9abaca36b2376b9cbcd08e86 [diff] |
Improved a message. (FELIX-1151) git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@774482 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/shell/src/main/java/org/apache/felix/shell/impl/InspectCommandImpl.java b/shell/src/main/java/org/apache/felix/shell/impl/InspectCommandImpl.java index 43d1c0b..7f9ca40 100644 --- a/shell/src/main/java/org/apache/felix/shell/impl/InspectCommandImpl.java +++ b/shell/src/main/java/org/apache/felix/shell/impl/InspectCommandImpl.java
@@ -116,11 +116,11 @@ { if (PROVIDE_DIRECTION.startsWith(direction)) { - out.println("Not yet implemented."); + out.println("Fragment inspection not yet implemented."); } else { - out.println("Not yet implemented."); + out.println("Fragment inspection not yet implemented."); } } else