Skip to content

Commit

Permalink
download: add --source alias for --srpm
Browse files Browse the repository at this point in the history
  • Loading branch information
jlebon authored and jan-kolarik committed May 14, 2024
1 parent 74d0f80 commit 2e9e468
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dnf5/config/usr/share/dnf5/aliases.d/compatibility.conf
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,12 @@ long_name = 'list'
short_name = 'l'
source = 'repoquery.files'
group_id = 'repoquery_formatting'

########################################
# Download aliases
########################################

['download.source']
type = 'cloned_named_arg'
long_name = 'source'
source = 'download.srpm'

0 comments on commit 2e9e468

Please sign in to comment.