Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cguz authored Feb 12, 2024
1 parent 42bd278 commit 6a1b7e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ $ java -jar java2rust.jar -d [path_file.java | path_directory]
The converted files will be saved in the folder: "output"

Other options are:
- -o: Specify the output directory path (default: output)
- -i: Ignore existing files in the output directory (default: false)
- -v: Specify the verbosity level (default: 2)
- -cp: Copy other non-java files to the output directory (default: false)
- -o: Specify the output directory path (default: output)
- -i: Ignore existing files in the output directory (default: false)
- -v: Specify the verbosity level (default: 2)
- -cp: Copy other non-java files to the output directory (default: false)

## Implemented funcionality

Expand Down

0 comments on commit 6a1b7e6

Please sign in to comment.