Commit 5d8fd93c authored by Marc Cornellà's avatar Marc Cornellà
Browse files

Merge pull request #4617 from ahmadawais/patch-1

Removed Similar Aliases
parents 7627004a 8f823c63
......@@ -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'
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment