Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 0b7d694

Browse files
authored
Update README.md
1 parent 92e19dc commit 0b7d694

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ You will need Lua 5.1: [Lua for windows](https://github.com/rjpcomputing/luaforw
2828
## Usage (Module ver CLI Usage)
2929
Run this command to view help:
3030
```sh
31-
lua path/to/module.lua --cli
31+
lua path/to/module.lua
3232
```
3333
Help:
3434
```sh
3535
ByteLuaObfuscator
3636
Copyright (c) 2022 Reboy / M0dder
3737

3838
Usage:
39-
lua module.lua --cli --source "<FILE_PATH>" --output "<FILE_PATH>" [..]
39+
lua module.lua --source "<FILE_PATH>" --output "<FILE_PATH>" [..]
4040

4141
Available Arguments:
42-
--cli Run the script as CLI mode.
42+
--help -h Shows help.
4343
--source "<FILE_PATH>" Path to Lua script to obfuscate.
4444
--output "<FILE_PATH>" Path to Lua script to output (document will be created if there isn't).
4545
--comment "<COMMENT>" Comment Option.

0 commit comments

Comments
 (0)