Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-was-here committed Sep 29, 2024
1 parent 63a34e7 commit 23aa814
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ How should the classification be recorded for the annotated APIs?
providing an implementation of a standards-body based interface that is
still under development. For example, many companies, in an attempt to be
first to market, have provided implementations of a new NFS protocol even
when the protocol was not fully completed by IETF. The implementor cannot
when the protocol was not fully completed by IETF. The implementer cannot
evolve the interface in a fashion that causes least disruption because
the stability is controlled by the standards body. Hence it is appropriate
to label the interface as unstable.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ None

| Option | Notes |
|:---------|:------|
| `--junit-report-style=[full|line]` | Style of the junit report |
| `--junit-report-style=[full\|line]` | Style of the junit report |
| `--junit-report-xml=<file>` | Name of the output file |

## JUnit Style
Expand Down
2 changes: 1 addition & 1 deletion precommit/src/main/shell/github-status-recovery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function yetus_usage

echo "${BINNAME} [OPTIONS]"

yetus_add_option "--github-annotations=<bool>" "Enable GitHub Checks Annoations [default: ${GITHUB_CHECK_ANNOTATIONS}]"
yetus_add_option "--github-annotations=<bool>" "Enable GitHub Checks Annotations [default: ${GITHUB_CHECK_ANNOTATIONS}]"
yetus_add_option "--curl-cmd=<cmd>" "The 'curl' command to use (default 'curl')"
yetus_add_option "--debug" "If set, then output some extra stuff to stderr"
yetus_add_option "--grep-cmd=<cmd>" "The 'grep' command to use (default 'grep')"
Expand Down

0 comments on commit 23aa814

Please sign in to comment.