Skip to content

Commit 3ef25d5

Browse files
committed
match variable name wording with cli and env var name options
1 parent 713167d commit 3ef25d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func main() {
215215
"All errors are tried using an exponential backoff strategy. "+
216216
"The value must be greater than zero. "+
217217
"Also set from environment variable VSO_BACKOFF_MULTIPLIER.")
218-
flag.DurationVar(&cleanupOrphanedShadowSecretInterval, "cleanup-orphaned-shadow-secrets-interval", 1*time.Hour,
218+
flag.DurationVar(&cleanupOrphanedShadowSecretInterval, "cleanup-orphaned-shadow-secret-interval", 1*time.Hour,
219219
"The time interval between each execution of the cleanup process for cached shadow secrets"+
220220
"associated with a deleted HCPVaultSecretsApp. "+
221221
"Also set from environment variable VSO_HVSA_CLEANUP_ORPHANED_SHADOW_SECRET_INTERVAL.")

0 commit comments

Comments
 (0)