Skip to content

Commit

Permalink
Merge pull request #79 from 7h3-3mp7y-m4n/minorChange
Browse files Browse the repository at this point in the history
Improved the flag for OCI
  • Loading branch information
mathieu-benoit authored Nov 3, 2024
2 parents defb323 + 9ae755e commit 1edb8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Flags:
-f, --file string The score file to initialize (default "score.yaml")
-h, --help help for init
--no-sample Disable generation of the sample score file
--provisioners stringArray A provisioners file to install. May be specified multiple times. Supports http://host/file, https://host/file, git-ssh://git@host/repo.git/file, and git-https://host/repo.git/file formats.
--provisioners stringArray A provisioners file to install. May be specified multiple times. Supports http://host/file, https://host/file, git-ssh://git@host/repo.git/file, git-https://host/repo.git/file and oci://[registry/][namespace/]repository[:tag|@digest][#file] formats.
```

### Generate
Expand Down
2 changes: 1 addition & 1 deletion internal/command/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ func init() {
"- HTTPS : https://host/file\n"+
"- Git (SSH) : git-ssh://git@host/repo.git/file\n"+
"- Git (HTTPS) : git-https://host/repo.git/file\n"+
"- OCI : oci://[registry/][namespace/]repository[:tag|@digest]")
"- OCI : oci://[registry/][namespace/]repository[:tag|@digest][#file]")
rootCmd.AddCommand(initCmd)
}

0 comments on commit 1edb8fc

Please sign in to comment.