Loquicom 5 жил өмнө
parent
commit
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);