Browse Source

fix typo (#7643)

Extra t in `wp theme updatet`
Rahil Wazir 5 years ago
parent
commit
e3e0dd599e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/wp-cli/wp-cli.plugin.zsh

+ 1 - 1
plugins/wp-cli/wp-cli.plugin.zsh

@@ -109,7 +109,7 @@ alias wptm='wp theme mod'
 alias wptp='wp theme path'
 alias wptp='wp theme path'
 alias wpts='wp theme search'
 alias wpts='wp theme search'
 alias wptst='wp theme status'
 alias wptst='wp theme status'
-alias wptu='wp theme updatet'
+alias wptu='wp theme update'
 
 
 # Transient
 # Transient