瀏覽代碼

Correction traduction

Loquicom 5 年之前
父節點
當前提交
b6cab756a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extract.js

+ 1 - 1
extract.js

@@ -16,7 +16,7 @@ let verbose = false;
 program.version('1.1.0');
 
 program
-    .option('-n, --name <string>', 'name of the author whose co-authors to search for')
+    .option('-n, --name <string>', 'author\'s name for data extraction')
     .option('-f, --file <source>', 'path to the DBLP database in XML format', sourceFile)
     .option('-o, --output <source>', 'path for the XML file to be generated', outputFile)
     .option('-v, --verbose', 'displays more information', verbose);