Skip to content

Commit

Permalink
doc: add missing cli arg to command
Browse files Browse the repository at this point in the history
  • Loading branch information
kalisjoshua committed Dec 26, 2024
1 parent a332261 commit cca8ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/lib/audit-modules.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { getPaths } from './get-paths.mjs';
* // will print "All expected files exist." if all expected documentation pages exist
*
* @example
* node ./apps/docs/lib/audit-modules.mjs
* node ./apps/docs/lib/audit-modules.mjs --stubMissing
* // will create "stub" files for missing documentation pages; ready for editing
*/

Expand Down

0 comments on commit cca8ce5

Please sign in to comment.