Skip to content

Commit 4b69d65

Browse files
authored
Merge pull request #127 from wp-cli/regenerate-readme
2 parents 9b5abfa + 06e2832 commit 4b69d65

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -621,17 +621,31 @@ These fields will be displayed by default for each translation:
621621
Uninstalls a given language for a theme.
622622

623623
~~~
624-
wp language theme uninstall <theme> <language>...
624+
wp language theme uninstall [<theme>] [--all] <language>... [--format=<format>]
625625
~~~
626626

627627
**OPTIONS**
628628

629-
<theme>
629+
[<theme>]
630630
Theme to uninstall language for.
631631

632+
[--all]
633+
If set, languages for all themes will be uninstalled.
634+
632635
<language>...
633636
Language code to uninstall.
634637

638+
[--format=<format>]
639+
Render output in a particular format. Used when installing languages for all themes.
640+
---
641+
default: table
642+
options:
643+
- table
644+
- csv
645+
- json
646+
- summary
647+
---
648+
635649
**EXAMPLES**
636650

637651
$ wp language theme uninstall twentyten ja

0 commit comments

Comments
 (0)