It's actually an "identity server implementing the Identity Service API"

Also add a note about appservices being special.
This commit is contained in:
Travis Ralston 2018-08-31 15:35:32 -06:00
parent c94f3619b7
commit 7d34995ece
24 changed files with 40 additions and 36 deletions

View file

@ -527,7 +527,7 @@ if __name__ == '__main__':
)
parser.add_argument(
"--identity_release", "-i", action="store", default="unstable",
help="The identity server release tag to generate, e.g. r1.2"
help="The identity service release tag to generate, e.g. r1.2"
)
parser.add_argument(
"--list_targets", action="store_true",