Skip to content

Commit f2c308e

Browse files
authored
Fix typos / formatting in CLI args in Markdown files (#552)
1 parent bd3e7bf commit f2c308e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Options:
250250
[env: HOSTNAME=]
251251
[default: 0.0.0.0]
252252
253-
-p, --port <PORT>
253+
-p, --port <PORT>
254254
The port to listen on
255255
256256
[env: PORT=]

docs/source/en/cli_arguments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ Options:
131131
132132
[env: DEFAULT_PROMPT=]
133133
134-
--hf-api-token <HF_TOKEN>
135-
Your HuggingFace hub token
134+
--hf-token <HF_TOKEN>
135+
Your Hugging Face Hub token
136136
137137
[env: HF_TOKEN=]
138138
@@ -142,7 +142,7 @@ Options:
142142
[env: HOSTNAME=]
143143
[default: 0.0.0.0]
144144
145-
-p, --port <PORT>
145+
-p, --port <PORT>
146146
The port to listen on
147147
148148
[env: PORT=]

0 commit comments

Comments
 (0)