diff options
Diffstat (limited to 'toys/posix/nohup.c')
-rw-r--r-- | toys/posix/nohup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/nohup.c b/toys/posix/nohup.c index e5b526f7..90d374ef 100644 --- a/toys/posix/nohup.c +++ b/toys/posix/nohup.c @@ -10,7 +10,7 @@ config NOHUP bool "nohup" default y help - usage: nohup COMMAND [ARG...] + usage: nohup COMMAND... Run a command that survives the end of its terminal. |