Skip to content

Commit 792352c

Browse files
committed
chore: improve command option description
1 parent 890e74b commit 792352c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if (token == null) {
7373
.name("qiita_export_all")
7474
.option("-u, --user-id <id>", "Qiita user id you want to download(default: the user who get QIITA_ACCESS_TOKEN).")
7575
.option("-o, --output <path>", "Write output to <path> instead of current directory.")
76-
.option("--no-debug", "print api limit per request")
76+
.option("--no-debug", "disable print api limit per request")
7777
.parse(process.argv);
7878
main(program.userId, program.output, program.debug).catch(er => {
7979
console.error(er.stack, er);

0 commit comments

Comments
 (0)