Skip to content

Commit

Permalink
Update strings marked for translation
Browse files Browse the repository at this point in the history
After an internal proof reading round, some strings needed to be updated
to improve the text.
  • Loading branch information
lcaparroz committed Oct 4, 2023
1 parent 293eb57 commit f4ceb9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/rmt/cli/clean.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ class RMT::CLI::Clean < RMT::CLI::Base

desc 'packages', _('Clean dangling package files, based on current repository data.')
option :non_interactive, aliases: '-n', type: :boolean,
desc: _('Do not ask anything, use default answers automatically. Default: false')
desc: _('Do not ask anything; use default answers automatically. Default: false')
option :dry_run, type: :boolean,
desc: _('Run the clean process without actually removing files.')
option :verbose, aliases: '-v', type: :boolean,
desc: _('List files during the cleaning process.')
long_desc _(
<<~PACKAGES
Clean dangling package files, based on current repository metadata.
Clean dangling package files based on current repository metadata.
This command scans the mirror directory for 'repomd.xml' files, parse the
metadata files, and compare their content with files on disk. Files not
listed in the metadata and at least 2-days-old are considered dangling.
This command scans the mirror directory for 'repomd.xml' files, parses the
metadata files, and compares their content with files on disk. Files not
listed in the metadata and at least 2 days old are considered dangling.
Then, it removes all dangling files from disk and any associated database entries.
Then, it removes all dangling files from disk along with any associated database entries.
PACKAGES
)

Expand Down

0 comments on commit f4ceb9c

Please sign in to comment.