Skip to content

Commit 9af36c6

Browse files
authored
use correct signal name
1 parent 08e57b4 commit 9af36c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Afterward, you can directly run Cryptomator-CLI by calling the binary from a ter
2525
> [!NOTE]
2626
> On macOS, the path to the binary is `cryptomator-cli.app/Contents/MacOS/cryptomator-cli`
2727
28-
To unmount, send a SIGTERM signal to the process, e.g. by pressing CTRL+C in the terminal.
28+
To unmount, send a SIGINT signal to the process, e.g. by pressing CTRL+C in the terminal.
2929

3030
For a complete list of options, use the `--help` option.
3131
```shell

0 commit comments

Comments
 (0)