Skip to content

Commit 7269acb

Browse files
authored
Fix missing origin flag in hammer doc (#312)
1 parent c851b0f commit 7269acb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/hammer/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Example usage to test a deployment of `cmd/gcp`:
1717

1818
```shell
1919
go run ./internal/hammer \
20+
--origin=test-static-ct \
2021
--log_public_key=MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEZtouPtPylIR8RgvqdsXxTXEuOjL50GQvmkg25JpNnoNNbZZDVt1niU7xm4BwYu1JERIjTV2LlmyRbCBHCmG6Jg== \
2122
--log_url=https://storage.googleapis.com/transparency-dev-playground-test-static-ct-bucket \
2223
--write_log_url=http://localhost:6962/test-static-ct
@@ -35,6 +36,7 @@ If the timeout of 1 minute is reached first, then it exits with an exit code of
3536

3637
```shell
3738
go run ./internal/hammer \
39+
--origin=test-static-ct \
3840
--log_public_key=MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEZtouPtPylIR8RgvqdsXxTXEuOjL50GQvmkg25JpNnoNNbZZDVt1niU7xm4BwYu1JERIjTV2LlmyRbCBHCmG6Jg== \
3941
--log_url=https://storage.googleapis.com/transparency-dev-playground-test-static-ct-bucket \
4042
--write_log_url=http://localhost:6962/test-static-ct

0 commit comments

Comments
 (0)