1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-10-14 15:49:09 +00:00

[Fix #459] Correct typos in the dpkg module

This commit is contained in:
Sorin Ionescu
2013-08-09 16:43:13 -04:00
parent d817e80741
commit 61f3adcdd1
2 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ fi
# Cleans the cache.
alias debc='sudo apt-get clean && sudo apt-get autoclean'
# Displays a file's packake.
# Displays a file's package.
alias debf='apt-file search --regexp'
# Installs packages from repositories.
@@ -31,7 +31,7 @@ alias debI='sudo dpkg -i'
# Displays package information.
alias debq='apt-cache show'
# Updates the packages lists.
# Updates the package lists.
alias debu='sudo apt-get update'
# Upgrades outdated packages.
@@ -50,7 +50,7 @@ else
alias debs='apt-cache search'
fi
# Creates a basic .deb package.
# Creates a basic deb package.
alias deb-build='time dpkg-buildpackage -rfakeroot -us -uc'
# Removes all kernel images and headers, except for the ones in use.