Skip to content

Commit

Permalink
govc: rename sso.lpp.get to sso.lpp.info
Browse files Browse the repository at this point in the history
Closes: #2975
  • Loading branch information
Hrabur Stoyanov committed Nov 16, 2022
1 parent 03ff604 commit cac72d3
Show file tree
Hide file tree
Showing 3 changed files with 1,014 additions and 16 deletions.
10 changes: 5 additions & 5 deletions govc/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ but appear via `govc $cmd -h`:
- [sso.group.rm](#ssogrouprm)
- [sso.group.update](#ssogroupupdate)
- [sso.idp.ls](#ssoidpls)
- [sso.lpp.get](#ssolppget)
- [sso.lpp.info](#ssolppinfo)
- [sso.lpp.update](#ssolppupdate)
- [sso.service.ls](#ssoservicels)
- [sso.user.create](#ssousercreate)
Expand Down Expand Up @@ -4710,16 +4710,16 @@ Examples:
Options:
```

## sso.lpp.get
## sso.lpp.info

```
Usage: govc sso.lpp.get [OPTIONS]
Usage: govc sso.lpp.info [OPTIONS]
Get SSO local password policy.
Examples:
govc sso.lpp.get
govc sso.lpp.get -json
govc sso.lpp.info
govc sso.lpp.info -json
Options:
```
Expand Down

0 comments on commit cac72d3

Please sign in to comment.