Skip to content

Commit

Permalink
[debug:module] Remove keys (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjuarez20 authored and enzolutions committed Aug 5, 2019
1 parent 8de2a0d commit 5282008
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions translations/debug.module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 5282008

Please sign in to comment.