Update README.md

This commit is contained in:
2025-04-29 17:53:49 +02:00
committed by GitHub
parent 43292ead82
commit 856d72464b
+9 -9
View File
@@ -16,7 +16,7 @@ This tool works by:
### Building from source ### Building from source
```bash ```bash
git clone https://github.com/yourusername/nca-to-nsp.git git clone https://github.com/owallb/nca-to-nsp.git
cd nca-to-nsp cd nca-to-nsp
go build -o nca-to-nsp ./cmd/nca-to-nsp go build -o nca-to-nsp ./cmd/nca-to-nsp
``` ```
@@ -26,18 +26,18 @@ go build -o nca-to-nsp ./cmd/nca-to-nsp
Basic usage: Basic usage:
```bash ```bash
nca-to-nsp -o <output-file.nsp> file1.nca [file2.nca ...] ./nca-to-nsp -o <output-file.nsp> file1.nca [file2.nca ...]
``` ```
### Command-line Options ### Command-line Options
| Flag | Default | Description | | Flag | Description |
|------|---------|-------------| |------|-------------|
| `-o` | `out.nsp` | NSP output file name | | `-o` | NSP output file name (default: out.nsp) |
| `-buffer` | `4096` | Buffer size for file copying operations | | `-buffer` | Buffer size for file copying operations (default: 4096) |
| `-progress` | `false` | Show progress bar | | `-progress` | Show progress bar |
| `-h` | `false` | Display help information | | `-h` | Display help information |
| `-v` | `false` | Display version information | | `-v` | Display version information |
### Example ### Example