Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLuJe committed Feb 18, 2015
1 parent bebaf08 commit 70b79f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions KindleTool/kindle_tool.c
Expand Up @@ -477,6 +477,10 @@ int kindle_print_help(const char *prog_name)
" -d, --device kt2 Kindle Basic (2014)\n"
" -d, --device kv Kindle Voyage WiFi\n"
" -d, --device kvg Kindle Voyage WiFi+3G\n"
" -d, --device kindle2 Alias for k2 & k2i\n"
" -d, --device kindledx Alias for dx, dxi & dxg\n"
" -d, --device kindle3 Alias for k3w, k3g & k3gb\n"
" -d, --device legacy Alias for kindle2, kindledx & kindle3\n"
" -d, --device kindle4 Alias for k4 & k4b\n"
" -d, --device touch Alias for k5w, k5g & k5gb\n"
" -d, --device paperwhite Alias for pw, pwg, pwgc, pwgb, pwgj & pwgbr\n"
Expand Down
2 changes: 1 addition & 1 deletion KindleTool/kindletool.1
Expand Up @@ -60,7 +60,7 @@ packages can support multiple devices, this parameter can then be specified mult
.br
.I device
is one of
.BR k1 ", " k2 ", " k2i ", " dx ", " dxi ", " dxg ", " k3w ", " k3g ", " k3gb ", " k4 ", " k4b ", " k5w ", " k5g ", " k5gb ", " k5u ", " pw ", " pwg ", " pwgc ", " pwgb ", " pwgj ", " pwgbr ", " pw2 ", " pw2j ", " pw2g ", " pw2gc ", " pw2gb ", " pw2gr ", " pw2gj ", " pw2il ", " pw2gbl ", " pw2gl ", " pw2gcl ", " kt2 ", " kv ", " kvg ", " kindle4 ", " touch ", " paperwhite ", " paperwhite2 ", " basic ", " voyage ", " kindle5 ", " none " or " auto
.BR k1 ", " k2 ", " k2i ", " dx ", " dxi ", " dxg ", " k3w ", " k3g ", " k3gb ", " k4 ", " k4b ", " k5w ", " k5g ", " k5gb ", " k5u ", " pw ", " pwg ", " pwgc ", " pwgb ", " pwgj ", " pwgbr ", " pw2 ", " pw2j ", " pw2g ", " pw2gc ", " pw2gb ", " pw2gr ", " pw2gj ", " pw2il ", " pw2gbl ", " pw2gl ", " pw2gcl ", " kt2 ", " kv ", " kvg ", " kindle2 ", " kindledx ", " kindle3 ", " legacy ", " kindle4 ", " touch ", " paperwhite ", " paperwhite2 ", " basic ", " voyage ", " kindle5 ", " none " or " auto
.TP
.BI \-p ", " \-\-platform " platform"
Set the target platform.
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -85,6 +85,10 @@
-d, --device kt2 Kindle Basic (2014)
-d, --device kv Kindle Voyage WiFi
-d, --device kvg Kindle Voyage WiFi+3G
-d, --device kindle2 Alias for k2 & k2i
-d, --device kindledx Alias for dx, dxi & dxg
-d, --device kindle3 Alias for k3w, k3g & k3gb
-d, --device legacy Alias for kindle2, kindledx & kindle3
-d, --device kindle4 Alias for k4 & k4b
-d, --device touch Alias for k5w, k5g & k5gb
-d, --device paperwhite Alias for pw, pwg, pwgc, pwgb, pwgj & pwgbr
Expand Down

0 comments on commit 70b79f0

Please sign in to comment.