Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Sort pkg(8) command list.
Glen Barber committed 13 years ago
commit 4ba605cc9fd40e8f3ff6853a47dd47c0927048f1
parent b421bb8
1 file changed +2 -2
modified pkg/main.c
@@ -72,12 +72,12 @@ static struct commands {
	{ "info", "Displays information about installed packages", exec_info, usage_info},
	{ "install", "Installs packages from remote package repositories", exec_install, usage_install},
	{ "query", "Queries information about installed packages", exec_query, usage_query},
-
	{ "search", "Performs a search of package repository catalogues", exec_search, usage_search},
-
	{ "set", "Modifies information about packages in the local database", exec_set, usage_set},
	{ "register", "Registers a package into the local database", exec_register, usage_register},
	{ "remove", "Deletes packages from the database and the system", exec_delete, usage_delete},
	{ "repo", "Creates a package repository catalogue", exec_repo, usage_repo},
	{ "rquery", "Queries information in repository catalogues", exec_rquery, usage_rquery},
+
	{ "search", "Performs a search of package repository catalogues", exec_search, usage_search},
+
	{ "set", "Modifies information about packages in the local database", exec_set, usage_set},
	{ "shell", "Opens a debug shell", exec_shell, usage_shell},
	{ "shlib", "Displays which packages link against a specific shared library", exec_shlib, usage_shlib},
	{ "stats", "Displays package database statistics", exec_stats, usage_stats},