Skip to content

Commit

Permalink
Fix post-process description
Browse files Browse the repository at this point in the history
  • Loading branch information
ta-Hirose committed Sep 27, 2022
1 parent 14d9409 commit bdbe2b8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions doc/en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ Specify post-processing for downloaded files.\

| process name | description |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| unzip | Unzip the downloaded zip file under `data_files`. |
| unzip | Unzip the downloaded zip file under `data_files/<name>`. |
| encode \<code\> | Change the character encoding of the downloaded file.<br>Supported code:UTF-16, UTF-16BE, UTF-16LE, UTF-8, ISO-2022-JP, Shift_JIS, EUC-JP, UNICODE |
| xlsx-to-csv | Convert the downloaded xlsx file to a csv file, and Save the under `data_files`. |
| xlsx-to-csv | Convert the downloaded xlsx file to a csv file, and save the under `data_files/<name>`. |
| cmd \<command\> | Execute the command with the path of the downloaded file as an argument. |

#### -H, --headers \<header\>
Expand Down
4 changes: 2 additions & 2 deletions doc/en/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Specify post-processing for downloaded files.\

| process name | description |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| unzip | Unzip the downloaded zip file under `data_files`. |
| unzip | Unzip the downloaded zip file under `data_files/<name>`. |
| encode \<code\> | Change the character encoding of the downloaded file.<br>Supported code:UTF-16, UTF-16BE, UTF-16LE, UTF-8, ISO-2022-JP, Shift_JIS, EUC-JP, UNICODE |
| xlsx-to-csv | Convert the downloaded xlsx file to a csv file, and Save the under `data_files`. |
| xlsx-to-csv | Convert the downloaded xlsx file to a csv file, and save the under `data_files/<name>`. |
| cmd \<command\> | Execute the command with the path of the downloaded file as an argument. |

### Examples
Expand Down
4 changes: 2 additions & 2 deletions doc/ja/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ dim では -n オプションで指定された名称が、既存の名称と重

| 後処理の種類 | 概要 |
| --------------- | ------------------------------------------------------------------------------------------------------------ |
| unzip | ダウンロードしたzipファイルを`data_files`配下に解凍する。 |
| unzip | ダウンロードしたzipファイルを`data_files/<name>`配下に解凍する。 |
| encode \<code\> | ダウンロードしたファイルの文字コードを変更する。<br>対応コード:UTF-16, UTF-16BE, UTF-16LE, UTF-8, ISO-2022-JP, Shift_JIS, EUC-JP, UNICODE |
| xlsx-to-csv | ダウンロードしたxlsxファイルをcsvファイルに変換したファイルを、`data_files`配下に生成する。 |
| xlsx-to-csv | ダウンロードしたxlsxファイルをcsvファイルに変換したファイルを、`data_files/<name>`配下に生成する。 |
| cmd \<command\> | ダウンロードしたファイルのパスを引数としてコマンドを実行する。 |

#### -H, --headers \<header\>
Expand Down
4 changes: 2 additions & 2 deletions doc/ja/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ dim search [options] <keyword>

| 後処理の種類 | 概要 |
| --------------- | ------------------------------------------------------------------------------------------------------------ |
| unzip | ダウンロードしたzipファイルを`data_files`配下に解凍する。 |
| unzip | ダウンロードしたzipファイルを`data_files/<name>`配下に解凍する。 |
| encode \<code\> | ダウンロードしたファイルの文字コードを変更する。<br>対応コード:UTF-16, UTF-16BE, UTF-16LE, UTF-8, ISO-2022-JP, Shift_JIS, EUC-JP, UNICODE |
| xlsx-to-csv | ダウンロードしたxlsxファイルをcsvファイルに変換したファイルを、`data_files`配下に生成する。 |
| xlsx-to-csv | ダウンロードしたxlsxファイルをcsvファイルに変換したファイルを、`data_files/<name>`配下に生成する。 |
| cmd \<command\> | ダウンロードしたファイルのパスを引数としてコマンドを実行する。 |

### 実行例
Expand Down

0 comments on commit bdbe2b8

Please sign in to comment.