Skip to content

Commit 11a871f

Browse files
authored
Merge pull request #273 from HarperDB/fix/macos-key-sigint-key-combo-hint
Fix SIGINT key combo hint
2 parents f05353d + fd05752 commit 11a871f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/technical-details/reference/components/applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `harperdb dev .` command will automatically watch for file changes within th
2424

2525
The `dev` command will **not** restart the main thread; if this is a requirement, switch to using `run` instead and manually start/stop the process to execute the main thread.
2626

27-
Stop execution for either of these processes by sending a SIGINT (generally CTRL/CMD+C) signal to the process.
27+
Stop execution for either of these processes by sending a SIGINT (generally CTRL+C) signal to the process.
2828

2929
### Deploying to a local Harper instance
3030

versioned_docs/version-4.4/developers/components/managing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `harperdb dev .` command will automatically watch for file changes within th
2222

2323
The `dev` command will **not** restart the main thread; if this is a requirement, switch to using `run` instead and manually start/stop the process to execute the main thread.
2424

25-
Stop execution for either of these processes by sending a SIGINT (generally CTRL/CMD+C) signal to the process.
25+
Stop execution for either of these processes by sending a SIGINT (generally CTRL+C) signal to the process.
2626

2727
### Deploying to a local Harper instance
2828

versioned_docs/version-4.5/developers/components/managing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `harperdb dev .` command will automatically watch for file changes within th
2222

2323
The `dev` command will **not** restart the main thread; if this is a requirement, switch to using `run` instead and manually start/stop the process to execute the main thread.
2424

25-
Stop execution for either of these processes by sending a SIGINT (generally CTRL/CMD+C) signal to the process.
25+
Stop execution for either of these processes by sending a SIGINT (generally CTRL+C) signal to the process.
2626

2727
### Deploying to a local Harper instance
2828

versioned_docs/version-4.6/technical-details/reference/components/applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `harperdb dev .` command will automatically watch for file changes within th
2424

2525
The `dev` command will **not** restart the main thread; if this is a requirement, switch to using `run` instead and manually start/stop the process to execute the main thread.
2626

27-
Stop execution for either of these processes by sending a SIGINT (generally CTRL/CMD+C) signal to the process.
27+
Stop execution for either of these processes by sending a SIGINT (generally CTRL+C) signal to the process.
2828

2929
### Deploying to a local Harper instance
3030

0 commit comments

Comments
 (0)