From 856d72464bb97cf9b9e68cfe609aaa7845a3efb9 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 29 Apr 2025 17:53:49 +0200 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3b2514f..fbbe519 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This tool works by: ### Building from source ```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 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: ```bash -nca-to-nsp -o file1.nca [file2.nca ...] +./nca-to-nsp -o file1.nca [file2.nca ...] ``` ### Command-line Options -| Flag | Default | Description | -|------|---------|-------------| -| `-o` | `out.nsp` | NSP output file name | -| `-buffer` | `4096` | Buffer size for file copying operations | -| `-progress` | `false` | Show progress bar | -| `-h` | `false` | Display help information | -| `-v` | `false` | Display version information | +| Flag | Description | +|------|-------------| +| `-o` | NSP output file name (default: out.nsp) | +| `-buffer` | Buffer size for file copying operations (default: 4096) | +| `-progress` | Show progress bar | +| `-h` | Display help information | +| `-v` | Display version information | ### Example