mirror of
https://github.com/restic/restic.git
synced 2025-12-23 03:16:13 +00:00
update comment
This commit is contained in:
@@ -56,7 +56,7 @@ func RunCleanupHandlers(code int) int {
|
||||
return code
|
||||
}
|
||||
|
||||
// CleanupHandler handles the SIGINT signals.
|
||||
// CleanupHandler handles the SIGINT and SIGTERM signals.
|
||||
func CleanupHandler(c <-chan os.Signal) {
|
||||
for s := range c {
|
||||
debug.Log("signal %v received, cleaning up", s)
|
||||
|
||||
Reference in New Issue
Block a user