mirror of
https://github.com/HybridDog/pdisc.git
synced 2024-11-05 09:50:26 +01:00
README: fix developer note
This commit is contained in:
parent
589575ef2d
commit
44a870b098
|
@ -72,7 +72,7 @@ toboolean | `<v var>` | If *var* is `false` or not defined, it's set to `false`,
|
|||
print | `<e a>[, <e b>[, <e c>[…]]]` | adds variables to the log, seperated by \t (tab), \n (newline) is added at the end
|
||||
flush | no arguments | Output the log, what exactly happens should vary for every mod.
|
||||
|
||||
Note to Developers: Do not edit the instructions manually here in the Readme, do changes in util/standartbefehlssatz_doc.lua and execute it.
|
||||
<!-- Note to Developers: Do not edit the instructions manually here in the Readme, do changes in util/standartbefehlssatz_doc.lua and execute it. -->
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -82,9 +82,9 @@ for i = 1,#instr do
|
|||
end
|
||||
|
||||
o = o ..
|
||||
"\nNote to Developers: Do not edit the instructions manually " ..
|
||||
"\n<!-- Note to Developers: Do not edit the instructions manually " ..
|
||||
"here in the Readme, do changes in util/standartbefehlssatz_doc.lua and " ..
|
||||
"execute it.\n"
|
||||
"execute it. -->\n"
|
||||
|
||||
io.write(o)
|
||||
io.flush()
|
||||
|
|
Loading…
Reference in New Issue
Block a user