mirror of
https://github.com/restic/restic.git
synced 2026-02-03 04:20:45 -05:00
termstatus: fix typo in comment
This commit is contained in:
parent
52eb66929f
commit
f045297348
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
// ```
|
||||
|
|
|
|||
Loading…
Reference in a new issue