@@ -326,10 +326,10 @@ def get_cli_arguments():
326326 ("latex-image" , "LaTeX pictures (method: [xelatex], pdflatex)" ),
327327 (
328328 "webwork" ,
329- "WeBWorK problems in authored, PG, url, and static representations" ,
329+ "WeBWorK problems in PG files and various representations" ,
330330 ),
331331 ("references" , "References and citations via Citation Stylesheet Language" ),
332- ("pg-macros" , "Server-side macros for WeBWorK problem generation" ),
332+ ("pg-macros" , "PG macros for WeBWorK problem generation" ),
333333 ("dynamic" , "Expression subsitutions for dynamically generated exercises" ),
334334 ("youtube" , "Thumbnails for YouTube videos (JPEG only)" ),
335335 ("play-button" , "generate generic static video image" ),
@@ -387,7 +387,7 @@ def get_cli_arguments():
387387 ),
388388 ("assembly-version" , "PreTeXt source, after pre-processor resolves versions and customizations (for developers)" , ),
389389 ("sagenb" , "Sage worksheet conversion (removed)" ),
390- ("webwork-sets" , "Folder tree of PG files, set definitions, and set headers" ),
390+ ("webwork-sets" , "Folder tree of PG files, PG macros, set definitions, and set headers" ),
391391 ("all" , "All available output formats" ),
392392 ]
393393 format_help = "Output formats are:\n " + "\n " .join (
0 commit comments