diff options
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/Config.in b/toys/Config.in index e9ab177d..8108a92b 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -304,7 +304,7 @@ config TOYSH_JOBCTL default n depends on TOYSH_TTY help - Add job cocntrol to toysh. This lets toysh handle CTRL-Z, and enables + Add job control to toysh. This lets toysh handle CTRL-Z, and enables the built-in commands "fg", "bg", and "jobs". With pipe support, enable use of "&" to run background processes. |