From 1bc2fed3bd74fd56a187ce970230186f8d5d5e50 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Sat, 22 Aug 2020 08:40:24 -0400 Subject: [PATCH] Tweak help text --- src/cli/commands/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/commands/init.js b/src/cli/commands/init.js index 8681d8ee2..e85c7c694 100644 --- a/src/cli/commands/init.js +++ b/src/cli/commands/init.js @@ -15,7 +15,7 @@ export const options = [ }, { usage: '-p', - description: 'Generate a postcss configuration file.', + description: 'Generate postcss.config.js file.', }, ]