diff --git a/src/constants/help.constants.ts b/src/constants/help.constants.ts index 42e6de58..a90499a1 100644 --- a/src/constants/help.constants.ts +++ b/src/constants/help.constants.ts @@ -17,7 +17,6 @@ export const SNAPSHOT_DESCRIPTION = 'Handle snapshot-related tasks.'; export const START_DESCRIPTION = 'Start a module.'; export const STOP_DESCRIPTION = 'Stop a module.'; export const UPGRADE_DESCRIPTION = 'Upgrade a module to a new version.'; -export const USE_DESCRIPTION = 'Switch between multiple profiles.'; export const VERSION_DESCRIPTION = 'Check the version of the CLI.'; export const STATUS_DESCRIPTION = 'Check the status of the modules.'; export const WHOAMI_DESCRIPTION = diff --git a/src/help/help.ts b/src/help/help.ts index 5419a6c8..ee805374 100644 --- a/src/help/help.ts +++ b/src/help/help.ts @@ -14,7 +14,6 @@ import { STATUS_DESCRIPTION, STOP_DESCRIPTION, UPGRADE_DESCRIPTION, - USE_DESCRIPTION, VERSION_DESCRIPTION, WHOAMI_DESCRIPTION } from '../constants/help.constants'; @@ -48,7 +47,6 @@ Commands: ${cyan('stop')} ${STOP_DESCRIPTION} ${cyan('status')} ${STATUS_DESCRIPTION} ${cyan('upgrade')} ${UPGRADE_DESCRIPTION} - ${cyan('use')} ${USE_DESCRIPTION} ${cyan('version')} ${VERSION_DESCRIPTION} ${cyan('whoami')} ${WHOAMI_DESCRIPTION}