Skip to content

Commit

Permalink
Fix usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
mikroskeem committed Oct 2, 2022
1 parent cc67e2b commit 4e053ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/syringe/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func main() {
},
{
Name: "update",
Usage: "Update credentials for a service. Meant to be used inside service ExecStart",
Usage: "Update credentials for a service. Meant to be used inside service ExecReload",
Action: updateEntrypoint,
},
},
Expand Down

0 comments on commit 4e053ab

Please sign in to comment.