summaryrefslogtreecommitdiff
path: root/cmdline
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-01-28 18:49:12 +0000
committerJulian Andres Klode <jak@debian.org>2025-01-28 18:49:12 +0000
commit37916ecaa4718350a3c66130b356a076a24ca6e2 (patch)
tree5307e3c7111d8db56608767806f68b0d97a489ee /cmdline
parentd9f7d2c37023d186be4a21a4d714e032be48e315 (diff)
parent827d60f3cf1ffe0a11b17ce9d1f22bb4a1c6aded (diff)
Merge branch 'modernize-sources' into 'main'
apt: Introduce the modernize-sources command See merge request apt-team/apt!438
Diffstat (limited to 'cmdline')
-rw-r--r--cmdline/apt.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmdline/apt.cc b/cmdline/apt.cc
index ef58bcebf..af8a95fa5 100644
--- a/cmdline/apt.cc
+++ b/cmdline/apt.cc
@@ -78,6 +78,7 @@ static std::vector<aptDispatchWithHelp> GetCommands() /*{{{*/
// misc
{"edit-sources", &EditSources, _("edit the source information file")},
+ {"modernize-sources", &ModernizeSources, _("modernize .list files to .sources files")},
{"moo", &DoMoo, nullptr},
{"satisfy", &DoBuildDep, _("satisfy dependency strings")},