Update comment on gitweb_check/get_feature
[gitweb.git] / gitweb / gitweb.perl
index acc4cfdcda564049bcc861840eb7c78be6d93d06..2738643950d6f2c0aa15875014c7364b2ee0286d 100755 (executable)
@@ -190,7 +190,9 @@ BEGIN
        # if there is no 'sub' key (no feature-sub), then feature cannot be
        # overriden
        #
-       # use gitweb_check_feature(<feature>) to check if <feature> is enabled
+       # use gitweb_get_feature(<feature>) to retrieve the <feature> value
+       # (an array) or gitweb_check_feature(<feature>) to check if <feature>
+       # is enabled
 
        # Enable the 'blame' blob view, showing the last commit that modified
        # each line in the file. This can be very CPU-intensive.