diff --git a/shell/osgi/src/main/java/org/apache/karaf/shell/osgi/ListBundles.java b/shell/osgi/src/main/java/org/apache/karaf/shell/osgi/ListBundles.java
index 0011303..4366e45 100644
--- a/shell/osgi/src/main/java/org/apache/karaf/shell/osgi/ListBundles.java
+++ b/shell/osgi/src/main/java/org/apache/karaf/shell/osgi/ListBundles.java
@@ -39,7 +39,7 @@ public class ListBundles extends OsgiCommandSupport {
     @Option(name = "-u", description = "Shows the update locations", required = false, multiValued = false)
     boolean showUpdate;
     
-    @Option(name = "-t", description = "Specifies the bundle threshold; bundles with a start-level less than this value will not get printed out.", required = false, multiValued = false)
+    @Option(name = "-t", description = "Specifies the bundle threshold; bundles with a start-level less than this value will not get printed out. The default value is overwritten by 50 in the Apache Karaf distribution via etc/custom.properties.", required = false, multiValued = false)
     int bundleLevelThreshold = -1;
 
     private List<BundleStateListener.Factory> bundleStateListenerFactories;
