Skip to content

Commit

Permalink
Add missing command to synopsis
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbradley committed Jul 9, 2024
1 parent 0a051d2 commit d005785
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NAME
upstream.sh - Manages applying patches to the upstream submodule.
SYNOPSIS
${original_exec} <init|checkout|rebase|format_patches|help> [options]
${original_exec} <init|checkout|rebase|format_patches|check_in|help> [options]
COMMANDS
init [-f] Initialize the upstream submodule and applies the
Expand Down
2 changes: 1 addition & 1 deletion provider-ci/test-providers/aws/upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NAME
upstream.sh - Manages applying patches to the upstream submodule.
SYNOPSIS
${original_exec} <init|checkout|rebase|format_patches|help> [options]
${original_exec} <init|checkout|rebase|format_patches|check_in|help> [options]
COMMANDS
init [-f] Initialize the upstream submodule and applies the
Expand Down
2 changes: 1 addition & 1 deletion provider-ci/test-providers/cloudflare/upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NAME
upstream.sh - Manages applying patches to the upstream submodule.
SYNOPSIS
${original_exec} <init|checkout|rebase|format_patches|help> [options]
${original_exec} <init|checkout|rebase|format_patches|check_in|help> [options]
COMMANDS
init [-f] Initialize the upstream submodule and applies the
Expand Down
2 changes: 1 addition & 1 deletion provider-ci/test-providers/docker/upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NAME
upstream.sh - Manages applying patches to the upstream submodule.
SYNOPSIS
${original_exec} <init|checkout|rebase|format_patches|help> [options]
${original_exec} <init|checkout|rebase|format_patches|check_in|help> [options]
COMMANDS
init [-f] Initialize the upstream submodule and applies the
Expand Down

0 comments on commit d005785

Please sign in to comment.