Skip to content

Commit 274cd2a

Browse files
committed
docs(publish-docs.cjs): remove help info about already removed cli params
1 parent e6c3a28 commit 274cd2a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

publish-docs.cjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ if (argv.h !== undefined) {
2727
usage: npm run docs:publish [-- [--v=<version>] [--remove=<pattern>]
2828
[--pruneDev] [--noSetup] [--noBuild]
2929
[--noCommit] [--noPush] [--noPruneOutdated]
30-
[--noTeardown] [--dryRun] [--noCleanOnFail]
31-
[--gitUser=<commit author name>]
32-
[--gitEmail=<commit author email>]]
30+
[--noTeardown] [--dryRun] [--noCleanOnFail]]
3331
3432
--v The version number for this release of the documentation.
3533
Defaults to '0.0.0-dev'.

0 commit comments

Comments
 (0)