From d34dfb7eea7c694574cd40e83539aeab55b5c381 Mon Sep 17 00:00:00 2001 From: James George Date: Mon, 4 Jan 2021 06:29:36 +0530 Subject: [PATCH] docs: remove redundant command entries (#2301) --- OPTIONS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/OPTIONS.md b/OPTIONS.md index b7bc2513aeb..bf4cd0ba68f 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -566,8 +566,6 @@ Commands: init|c [options] [scaffold...] Initialize a new webpack configuration. loader|l [output-path] Scaffold a loader. plugin|p [output-path] Scaffold a plugin. - loader|l [output-path] Scaffold a loader. - plugin|p [output-path] Scaffold a plugin. migrate|m [new-config-path] Migrate a configuration to a new version. To see list of all supported commands and options run 'webpack --help=verbose'.