diff options
author | Peter Melnichenko <mpeterval@gmail.com> | 2016-05-04 18:25:06 +0300 |
---|---|---|
committer | Peter Melnichenko <mpeterval@gmail.com> | 2016-05-04 18:25:06 +0300 |
commit | 03e01ff9538a54be9f6b9ad85b5c95ddcc404c4c (patch) | |
tree | c4134cfe7eba72d9851d2047e2a42686470a0ad6 /src | |
parent | 37895218387123444d84f94cb5f9a28c09ff47a0 (diff) | |
download | luafilesystem-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |