Skip to content

Commit

Permalink
system-upgrade: Add descriptions for aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode authored and m-blaha committed Mar 28, 2024
1 parent 2c4ed41 commit c1565a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dnf5/config/usr/share/dnf5/aliases.d/compatibility.conf
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ complete = false
['offline-distrosync.download']
type = 'command'
attached_command = 'distro-sync'
descr = "Alias for 'distro-sync --offline'"
complete = true
attached_named_args = [
{ id_path = 'distro-sync.offline' }
Expand All @@ -142,6 +143,7 @@ attached_named_args = [
['offline-upgrade.download']
type = 'command'
attached_command = 'upgrade'
descr = "Alias for 'upgrade --offline'"
complete = true
attached_named_args = [
{ id_path = 'upgrade.offline' }
Expand Down

0 comments on commit c1565a0

Please sign in to comment.