Skip to content

Commit

Permalink
release: remove comma in usage description about BAUR_POSTGRESQL_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Jun 3, 2024
1 parent 24ddb79 commit e64e304
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions internal/command/release_download.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ belong to the release.
Only outputs that have been uploaded to S3 are downloaded, others are ignored.
The downloaded outputs are stored at the path: %s.
The command can be run without access to the baur repository, by specifying
the PostgreSQL URI via the environment variable %s.
The command can be run without access to the baur repository by specifying the
PostgreSQL URI via the environment variable %s.
When task IDS are specified via %s, the command fails if any of them is not
part of the release or does not have >1 output uploaded to S3.
Expand Down
4 changes: 2 additions & 2 deletions internal/command/release_exists.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
var releaseExistsLongHelp = fmt.Sprintf(`
Check if a release with a given name exists.
The command can be run without access to the baur repository, by specifying
the PostgreSQL URI via the environment variable %s.
The command can be run without access to the baur repository by specifying the
PostgreSQL URI via the environment variable %s.
Exit Codes:
%d - Success, release exists
Expand Down
4 changes: 2 additions & 2 deletions internal/command/release_show.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ var releaseShowLongHelp = fmt.Sprintf(`
Display information about a release.
The information are printed to stdout in JSON format.
The command can be run without access to the baur repository, by specifying
the PostgreSQL URI via the environment variable %s.
The command can be run without access to the baur repository by specifying the
PostgreSQL URI via the environment variable %s.
1 - Error
%d - Release does not exist
Expand Down

0 comments on commit e64e304

Please sign in to comment.