From 528200806ee94d0acf4cb8c45c0b8e1aca525a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harold=20Ju=C3=A1rez?= Date: Mon, 5 Aug 2019 14:11:00 -0600 Subject: [PATCH] [debug:module] Remove keys (#247) --- translations/debug.module.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/translations/debug.module.yml b/translations/debug.module.yml index 034d88a..e565a08 100644 --- a/translations/debug.module.yml +++ b/translations/debug.module.yml @@ -13,12 +13,8 @@ messages: uninstalled: Uninstalled version: Version schema-version: 'Schema version' - total-downloads: 'Total installs' - total-monthly: 'Monthly installs' - total-daily: 'Daily installs' - no-results: 'Module "%s" was not found in the repository' examples: - description: 'Display all installed modules' - execution: 'drupal mod --status=installed' - - description: 'Display all installed and no core modules' - execution: 'drupal mod --status=installed --type=no-core' + execution: 'drupal debug:module --status=installed' + - description: 'Display all installed and no core modules with alias' + execution: 'drupal dm --status=installed --type=no-core'