diff options
Diffstat (limited to 'procps/Config.in')
-rw-r--r-- | procps/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/Config.in b/procps/Config.in index bc4e489e1..652aee288 100644 --- a/procps/Config.in +++ b/procps/Config.in | |||
@@ -218,7 +218,7 @@ config UPTIME | |||
218 | config WATCH | 218 | config WATCH |
219 | bool "watch" | 219 | bool "watch" |
220 | default n | 220 | default n |
221 | depends on PLATFORM_POSIX | 221 | depends on PLATFORM_POSIX || PLATFORM_MINGW32 |
222 | help | 222 | help |
223 | watch is used to execute a program periodically, showing | 223 | watch is used to execute a program periodically, showing |
224 | output to the screen. | 224 | output to the screen. |