### Eclipse Workspace Patch 1.0 #P org.apache.karaf.shell.obr Index: src/main/java/org/apache/karaf/shell/obr/ListCommand.java =================================================================== --- src/main/java/org/apache/karaf/shell/obr/ListCommand.java (revision 1074686) +++ src/main/java/org/apache/karaf/shell/obr/ListCommand.java (working copy) @@ -27,7 +27,7 @@ @Command(scope = "obr", name = "list", description = "Lists OBR bundles.") public class ListCommand extends ObrCommandSupport { - @Argument(index = 0, name = "args", description = "The arguments", required = false, multiValued = true) + @Argument(index = 0, name = "args", description = "OBR packages, seperated by a space.", required = false, multiValued = true) List args; protected void doExecute(RepositoryAdmin admin) throws Exception {