Skip to content

Commit 3d8384e

Browse files
authored
Merge pull request #74 from increments/fix-command-line-args-typo
Fix command line argument typo
2 parents b64579f + e8a60d7 commit 3d8384e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Qiita CLI の認証情報(`credentials.json`)を配置する・している
241241
デフォルトでは`$XDG_CONFIG_HOME/qiita-cli`もしくは`$HOME/.config/qiita-cli`になっています。
242242

243243
```console
244-
npx qiita login ---credential ./my_conf/
244+
npx qiita login --credential ./my_conf/
245245
npx qiita preview --credential ./my_conf/
246246
```
247247

0 commit comments

Comments
 (0)