Skip to content

Commit

Permalink
Merge pull request #81 from rigup/fix-help-little-change
Browse files Browse the repository at this point in the history
docs: Change on command help
  • Loading branch information
jonymusky authored Nov 11, 2021
2 parents be6f5f4 + e895d7b commit b5fc63c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ linters:
- gofmt
- goimports
- golint
- gomnd
#- gomnd failing with magic numbers
- goprintffuncname
- gosec
- gosimple
Expand Down Expand Up @@ -127,7 +127,7 @@ linters:
# - nestif
# - prealloc
# - testpackage
# - revive
# - revive check why this is disable since its replacing golint
# - wsl

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ $ eiam --help
│ │
│ Start privileged session │
│ ────────────────────────────────────────────────────── │
│ $ eiam assumePrivileges \
│ $ eiam assume-privileges \
│ -s example-svc@my-project.iam.gserviceaccount.com \ │
│ --reason "Emergency security patch (JIRA-1234)" │
│ │
Expand Down
2 changes: 1 addition & 1 deletion cmd/eiam/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func NewEphemeralIamCommand() (*eiam.RootCommand, error) {
│ │
│ Start privileged session │
│ ────────────────────────────────────────────────────── │
│ $ eiam assumePrivileges \
│ $ eiam assume-privileges \
│ -s example-svc@my-project.iam.gserviceaccount.com \ │
│ --reason "Emergency security patch (JIRA-1234)" │
│ │
Expand Down

0 comments on commit b5fc63c

Please sign in to comment.