aboutsummaryrefslogtreecommitdiff
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)
downloadluafilesystem-03e01ff9538a54be9f6b9ad85b5c95ddcc404c4c.tar.gz
luafilesystem-03e01ff9538a54be9f6b9ad85b5c95ddcc404c4c.tar.bz2
luafilesystem-03e01ff9538a54be9f6b9ad85b5c95ddcc404c4c.zip
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 @@
4** 4**
5** File system manipulation library. 5** File system manipulation library.
6** This library offers these functions: 6** This library offers these functions:
7** lfs.attributes (filepath [, attributename]) 7** lfs.attributes (filepath [, attributename | attributetable])
8** lfs.chdir (path) 8** lfs.chdir (path)
9** lfs.currentdir () 9** lfs.currentdir ()
10** lfs.dir (path) 10** lfs.dir (path)