Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keplerproject/luafilesystem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Melnichenko <mpeterval@gmail.com>2016-05-04 18:25:06 +0300
committerPeter Melnichenko <mpeterval@gmail.com>2016-05-04 18:25:06 +0300
commit03e01ff9538a54be9f6b9ad85b5c95ddcc404c4c (patch)
treec4134cfe7eba72d9851d2047e2a42686470a0ad6 /src
parent37895218387123444d84f94cb5f9a28c09ff47a0 (diff)
Document passing table as second argument to lfs.attributes
Diffstat (limited to 'src')
-rw-r--r--src/lfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lfs.c b/src/lfs.c
index d6b55df..a35413d 100644
--- a/src/lfs.c
+++ b/src/lfs.c
@@ -4,7 +4,7 @@
**
** File system manipulation library.
** This library offers these functions:
-** lfs.attributes (filepath [, attributename])
+** lfs.attributes (filepath [, attributename | attributetable])
** lfs.chdir (path)
** lfs.currentdir ()
** lfs.dir (path)