Skip to content

Commit b35ad3c

Browse files
authored
Fix typo
1 parent 20e1c4c commit b35ad3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

to-openai-file

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
function help() {
44
cat << EndOfHelp
55
Convert a file to OpenAI format, as a single line of a JSON lines file.
6-
Concatenate multiple file into one, or use this tool to upload directly.
6+
Concatenate multiple files into one, or use this tool to upload directly.
77
Usage:
88
echo filename.txt | to-openai-file
99
ls -1 myfolder | xargs -I _ -L1 sh -c "cat _ | to-openai-file"

0 commit comments

Comments
 (0)