Skip to content

Commit

Permalink
update mason publish help text
Browse files Browse the repository at this point in the history
  • Loading branch information
arezaii committed May 21, 2024
1 parent 95dcbda commit 198ca5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/mason/publish/publishHelp.good
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Options:
--check Runs check to see if package can be published successfully to <registry>
--ci-check Same as --check, except omits git origin checks
--[no-]update [Do not] Prevent registries from being updated when a package is published
--refresh-licenses Force update the list of valid license names from the SPDX license list repo and exit
--refresh-licenses Force update the list of valid license names and exit without publishing

Publishing requires the mason-registry to be forked and the package to have a remote origin.
2 changes: 1 addition & 1 deletion tools/mason/MasonHelp.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ proc masonPublishHelp(){
writeln(' --check Runs check to see if package can be published successfully to <registry>');
writeln(' --ci-check Same as --check, except omits git origin checks');
writeln(' --[no-]update [Do not] Prevent registries from being updated when a package is published');
writeln(' --refresh-licenses Force update the list of valid license names from the SPDX license list repo and exit');
writeln(' --refresh-licenses Force update the list of valid license names and exit without publishing');
writeln();
writeln('Publishing requires the mason-registry to be forked and the package to have a remote origin.');
}
Expand Down

0 comments on commit 198ca5c

Please sign in to comment.