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

View File

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