Skip to content

Commit

Permalink
[Fix sorin-ionescu#459] Correct typos in the dpkg module
Browse files Browse the repository at this point in the history
  • Loading branch information
sorin-ionescu authored and Jeff Knupp committed Oct 15, 2013
1 parent 1a2537a commit efda791
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions modules/dpkg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Aliases
-------

- `debc` cleans the cache.
- `debf` displays a file's packake.
- `debf` displays a file's package.
- `debi` installs packages from repositories.
- `debI` installs packages from files.
- `debq` displays package information.
- `debu` updates the packages lists.
- `debu` updates the package lists.
- `debU` upgrades outdated packages.
- `debx` removes packages.
- `debX` removes packages, their configuration, and unneeded dependencies.
- `debs` searches for packages.
- `deb-build` creates a basic .deb package.
- `deb-build` creates a basic deb package.
- `deb-kclean` removes all kernel images and headers, except for the ones in
use.

Expand Down
6 changes: 3 additions & 3 deletions modules/dpkg/init.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit efda791

Please sign in to comment.