diff --git a/src/watch/index.ts b/src/watch/index.ts index a19c6e87..33e101d1 100644 --- a/src/watch/index.ts +++ b/src/watch/index.ts @@ -29,7 +29,7 @@ const flags = { }, ignored: { type: [String], - description: 'Defines files/paths to be ignored', + description: 'Paths & globs to exclude from being watched', default: [], }, } as const;