mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
termstatus: fix typo in comment
This commit is contained in:
@@ -59,7 +59,7 @@ type fder interface {
|
||||
//
|
||||
// Expected usage:
|
||||
// ```
|
||||
// term, cancel := termstatus.Setup(os.stdout, os.stderr, false)
|
||||
// term, cancel := termstatus.Setup(os.Stdin, os.Stdout, os.Stderr, false)
|
||||
// defer cancel()
|
||||
// // do stuff
|
||||
// ```
|
||||
|
||||
Reference in New Issue
Block a user