Merge pull request #4617 from ahmadawais/patch-1

Removed Similar Aliases
This commit is contained in:
Marc Cornellà 2015-11-20 18:07:55 +01:00
commit 5d8fd93cac
2 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ WP-CLI is a set of command-line tools for managing WordPress installations. You
- wpps='search'
- wppst='status'
- wppt='toggle'
- wppu='uninstall'
- wppun='uninstall'
- wppu='update'
### Post
@ -55,7 +55,7 @@ WP-CLI is a set of command-line tools for managing WordPress installations. You
- wppol='wp post list'
- wppom='wp post meta'
- wppou='wp post update'
- wppou='wp post url'
- wppourl='wp post url'
### Sidebar
- wpsbl='wp sidebar list'

View File

@ -63,7 +63,7 @@ alias wppp='wp plugin path'
alias wpps='wp plugin search'
alias wppst='wp plugin status'
alias wppt='wp plugin toggle'
alias wppu='wp plugin uninstall'
alias wppun='wp plugin uninstall'
alias wppu='wp plugin update'
# Post
@ -75,7 +75,7 @@ alias wppog='wp post get'
alias wppol='wp post list'
alias wppom='wp post meta'
alias wppou='wp post update'
alias wppou='wp post url'
alias wppourl='wp post url'
# Rewrite