Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Minor fix: correct the order of supported commands as listed by pkg-help
Rin Corvid committed 1 year ago
commit 54dc00456f81693030ffb4f03287e8a076c3b880
parent 016aa71
1 file changed +1 -1
modified src/main.c
@@ -71,9 +71,9 @@ static struct commands {
	{ "delete", "Deletes packages from the database and the system", exec_delete, usage_delete},
	{ "fetch", "Fetches packages from a remote repository", exec_fetch, usage_fetch},
	{ "help", "Displays help information", exec_help, usage_help},
-
	{ "key", "Create or display signing key data", exec_key, usage_key},
	{ "info", "Displays information about installed packages", exec_info, usage_info},
	{ "install", "Installs packages from remote package repositories and local archives", exec_install, usage_install},
+
	{ "key", "Create or display signing key data", exec_key, usage_key},
	{ "lock", "Locks package against modifications or deletion", exec_lock, usage_lock},
	{ "plugins", "Manages plugins and displays information about plugins", exec_plugins, usage_plugins},
	{ "query", "Queries information about installed packages", exec_query, usage_query},