Skip to content

Commit 6d27a88

Browse files
committed
Added arg abbrs to header comments
1 parent 7793a7c commit 6d27a88

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

brave-omnibox/utils/bump/extension-manifests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// NOTE: Pass --chrom<e|ium> to forcibly bump Chromium manifest only
66
// NOTE: Pass --<ff|firefox> to forcibly bump Firefox manifest only
7-
// NOTE: Pass --no-<commit|push> to skip git commit/push
7+
// NOTE: Pass --<no-<commit|push>|nc|np> to skip git commit/push
88

99
(async () => {
1010

chatgpt-auto-continue/utils/bump/extension-manifests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// NOTE: Pass --chrom<e|ium> to forcibly bump Chromium manifest only
66
// NOTE: Pass --<ff|firefox> to forcibly bump Firefox manifest only
7-
// NOTE: Pass --no-<commit|push> to skip git commit/push
7+
// NOTE: Pass --<no-<commit|push>|nc|np> to skip git commit/push
88

99
(async () => {
1010

chatgpt-infinity/utils/bump/extension-manifests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// NOTE: Pass --chrom<e|ium> to forcibly bump Chromium manifest only
66
// NOTE: Pass --<ff|firefox> to forcibly bump Firefox manifest only
7-
// NOTE: Pass --no-<commit|push> to skip git commit/push
7+
// NOTE: Pass --<no-<commit|push>|nc|np> to skip git commit/push
88

99
(async () => {
1010

chatgpt-omnibox/utils/bump/extension-manifests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// NOTE: Pass --chrom<e|ium> to forcibly bump Chromium manifest only
66
// NOTE: Pass --<ff|firefox> to forcibly bump Firefox manifest only
7-
// NOTE: Pass --no-<commit|push> to skip git commit/push
7+
// NOTE: Pass --<no-<commit|push>|nc|np> to skip git commit/push
88

99
(async () => {
1010

chatgpt-widescreen/utils/bump/extension-manifests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// NOTE: Pass --chrom<e|ium> to forcibly bump Chromium manifest only
66
// NOTE: Pass --<ff|firefox> to forcibly bump Firefox manifest only
7-
// NOTE: Pass --no-<commit|push> to skip git commit/push
7+
// NOTE: Pass --<no-<commit|push>|nc|np> to skip git commit/push
88

99
(async () => {
1010

deepseek-omnibox/utils/bump/extension-manifests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// NOTE: Pass --chrom<e|ium> to forcibly bump Chromium manifest only
66
// NOTE: Pass --<ff|firefox> to forcibly bump Firefox manifest only
7-
// NOTE: Pass --no-<commit|push> to skip git commit/push
7+
// NOTE: Pass --<no-<commit|push>|nc|np> to skip git commit/push
88

99
(async () => {
1010

perplexity-omnibox/utils/bump/extension-manifests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// NOTE: Pass --chrom<e|ium> to forcibly bump Chromium manifest only
66
// NOTE: Pass --<ff|firefox> to forcibly bump Firefox manifest only
7-
// NOTE: Pass --no-<commit|push> to skip git commit/push
7+
// NOTE: Pass --<no-<commit|push>|nc|np> to skip git commit/push
88

99
(async () => {
1010

phind-omnibox/utils/bump/extension-manifests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// NOTE: Pass --chrom<e|ium> to forcibly bump Chromium manifest only
66
// NOTE: Pass --<ff|firefox> to forcibly bump Firefox manifest only
7-
// NOTE: Pass --no-<commit|push> to skip git commit/push
7+
// NOTE: Pass --<no-<commit|push>|nc|np> to skip git commit/push
88

99
(async () => {
1010

utils/bump/chatbots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// NOTE: Pass --cache to use cachePaths.chatbotPaths for faster init
66
// NOTE: Pass --dev to not use cachePaths.bumpUtils for latest ver
77
// NOTE: Pass <--commit-msg|-m> "msg" to commit w/ msg
8-
// NOTE: Pass --no-push to skip git push
8+
// NOTE: Pass <--no-push|-np> to skip git push
99

1010
(async () => {
1111

utils/bump/extension-manifests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// NOTE: Pass --dev to not use cachePaths.bumpUtils for latest ver
77
// NOTE: Pass --chrom<e|ium> to forcibly bump Chromium manifests only
88
// NOTE: Pass --<ff|firefox> to forcibly bump Firefox manifests only
9-
// NOTE: Pass --no-<commit|push> to skip git commit/push
9+
// NOTE: Pass --<no-<commit|push>|nc|np> to skip git commit/push
1010

1111
(async () => {
1212

0 commit comments

Comments
 (0)