diff --git a/packages/nx/src/command-line/import/command-object.ts b/packages/nx/src/command-line/import/command-object.ts index 60b9290dd6985a..0914ecbdd1c1d5 100644 --- a/packages/nx/src/command-line/import/command-object.ts +++ b/packages/nx/src/command-line/import/command-object.ts @@ -5,7 +5,7 @@ import { handleErrors } from '../../utils/params'; export const yargsImportCommand: CommandModule = { command: 'import [sourceRemoteUrl] [destination]', - describe: `Import a project into the current workspace. Install git-filter-repo for faster imports (https://github.com/newren/git-filter-repo).`, + describe: false, builder: (yargs) => linkToNxDevAndExamples( withVerbose(