fix the signal name for progress reports in the docs

This commit is contained in:
Patrick Kane 2017-11-16 19:17:25 -08:00
parent 06bd606d85
commit fe08686558
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ Subcommand that support showing progress information such as ``backup``,
reporting will be limited to once every 10 seconds to not fill your
logs.
Additionally on Unix systems if ``restic`` receives a SIGUSR signal the
Additionally on Unix systems if ``restic`` receives a SIGUSR1 signal the
current progress will written to the standard output so you can check up
on the status at will.