Skip to content

Commit

Permalink
add accepted patron roles to permissions generate help text (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
krwong authored Oct 7, 2024
1 parent b3f78af commit 7236cdb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ public class PermissionsCommand {
private PermissionsService permissionsService;

@Command(name = "generate",
description = "Generate the permissions mapping file for this project")
description = { "Generate the permissions mapping file for this project. " +
"Acceptable input values for patron roles: none, canDiscover, canViewMetadata, " +
"canViewAccessCopies, canViewReducedQuality, canViewOriginals." })
public int generate(@Mixin PermissionMappingOptions options) throws Exception {
long start = System.nanoTime();
try {
Expand Down

0 comments on commit 7236cdb

Please sign in to comment.