aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/luarocks/search.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/luarocks/search.lua b/src/luarocks/search.lua
index 4e0318c7..ec0fa69c 100644
--- a/src/luarocks/search.lua
+++ b/src/luarocks/search.lua
@@ -287,9 +287,7 @@ end
287-- @param results table: A table where keys are package names and versions 287-- @param results table: A table where keys are package names and versions
288-- are tables matching version strings to an array of rocks servers. 288-- are tables matching version strings to an array of rocks servers.
289-- @param show_repo boolean or nil: Whether to show repository 289-- @param show_repo boolean or nil: Whether to show repository
290-- @param long boolean or nil: Whether to show module files 290function print_results(results, show_repo)
291-- information or not. Default is true.
292function print_results(results, show_repo, long)
293 assert(type(results) == "table") 291 assert(type(results) == "table")
294 assert(type(show_repo) == "boolean" or not show_repo) 292 assert(type(show_repo) == "boolean" or not show_repo)
295 -- Force display of repo location for the time being 293 -- Force display of repo location for the time being