-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
Bug Report
- Yes, I reviewed the contribution guidelines.
- Yes, more specifically, I reviewed the guidelines on how to write clear bug reports.
Describe the current, buggy behavior
wp core update has following example:
# Update WordPress to latest version of 3.8 release
$ wp core update --version=3.8 ../latest.zip
When zip file is given, --version seems to be extraneous here I guess.