diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp
index 66e9b377d948b61713ceebb64a0ecc8ab8f618df..1dec8c7bd8576034ef15c7c815945e0226ab3878 100644
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -57,8 +57,8 @@ class LLAppearanceHandler : public LLCommandHandler
 
 	bool handle(const LLSD& params, const LLSD& query_map, LLMediaCtrl* web)
 	{
-		// we currently don't support any commands after the "appearance"
-		// part of the SLapp - we just show the appearance side panel
+		// support secondlife:///app/appearance/show, but for now we just
+		// make all secondlife:///app/appearance SLapps behave this way
 		LLSideTray::getInstance()->showPanel("sidepanel_appearance", LLSD());
 		return true;
 	}