From 3c4d09518572da52fb0c38e86e42367f8f662fd9 Mon Sep 17 00:00:00 2001 From: aeuae Date: Tue, 16 Jan 2018 16:20:13 +0100 Subject: [PATCH] typo on pkg autoremove --- commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.md b/commands.md index 0445160..e8bee53 100644 --- a/commands.md +++ b/commands.md @@ -85,7 +85,7 @@ cd && sudo make deinstall clean reinstall # upgrade the port pkg search # search for binary packages pkg install # install binary package and its dependencies pkg delete # delete an installed package -pkg automremove # remove unneeded dependencies +pkg autoremove # remove unneeded dependencies pkg info # show list of currently installed ports/packages with version info pkg version # show which ports/packages are outdated and need an update pkg upgrade # upgrade a packages