Skip to content

Commit

Permalink
README tweaks from testing all the commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rbranson committed Jul 1, 2020
1 parent bdbdb63 commit f73f45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ $ ksuid -n 4
Using the inspect formatting on just 1 ksuid:

```sh
$ ksuid -f inspect $(./ksuid)
$ ksuid -f inspect $(ksuid)

REPRESENTATION:

Expand All @@ -108,7 +108,7 @@ COMPONENTS:
Using the template formatting on 4 ksuid:

```sh
$ ksuid -f template -t '{{ .Time }}: {{ .Payload }}' $(./ksuid -n 4)
$ ksuid -f template -t '{{ .Time }}: {{ .Payload }}' $(ksuid -n 4)
2017-10-09 21:05:37 -0700 PDT: 304102BC687E087CC3A811F21D113CCF
2017-10-09 21:05:37 -0700 PDT: EAF0B240A9BFA55E079D887120D962F0
2017-10-09 21:05:37 -0700 PDT: DF0761769909ABB0C7BB9D66F79FC041
Expand Down

0 comments on commit f73f45f

Please sign in to comment.