From 96f4739adf81ecbdf1d15fd4d0a0bf868782caca Mon Sep 17 00:00:00 2001 From: Jim Burtoft <39492751+jimburtoft@users.noreply.github.com> Date: Tue, 25 Feb 2025 09:53:37 -0500 Subject: [PATCH] doc nit example shows --output flag when it really is --output-file flag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ced5ff7..7d6adf2 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ Supported tokenizers: `cl100k`, `p50k`, `p50k_edit`, `r50k_bas`. Save the generated prompt to an output file: ```sh -code2prompt path/to/codebase --output=output.txt +code2prompt path/to/codebase --output-file=output.txt ``` Print output as JSON: