Skip to content

Commit

Permalink
Update empty value to None
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Apr 2, 2023
1 parent 8b61560 commit f808548
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ armbian-update
| -m | no | yes/no | 使用主线 u-boot |
| -b | yes | yes/no | 更新内核时自动备份当前系统使用的内核 |
| -r | ophub/kernel | `<owner>/<repo>` | 设置从 github.com 下载内核的仓库 |
| -c | "" | 自定义域名 | 设置加速访问 github.com 的 cdn 域名 |
| -s | "" | "" | [SOS] 使用 USB 中的系统内核恢复 eMMC |
| -c | | 自定义域名 | 设置加速访问 github.com 的 cdn 域名 |
| -s | | | [SOS] 使用 USB 中的系统内核恢复 eMMC |

举例: `armbian-update -k 5.15.50 -v dev`

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ armbian-update
| -m | no | yes/no | Use Mainline u-boot |
| -b | yes | yes/no | Automatically backup the current system kernel |
| -r | ophub/kernel | `<owner>/<repo>` | Set the repository for downloading kernels from github.com |
| -c | "" | domain-name | Set the cdn domain name for accelerated access to github.com |
| -s | "" | "" | [SOS] Restore eMMC with system kernel from USB |
| -c | None | domain-name | Set the cdn domain name for accelerated access to github.com |
| -s | None | None | [SOS] Restore eMMC with system kernel from USB |

Example: `armbian-update -k 5.15.50 -v dev`

Expand Down
4 changes: 2 additions & 2 deletions build-armbian/documents/README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,8 @@ armbian-update
| -m | no | yes/no | 使用主线 u-boot |
| -b | yes | yes/no | 更新内核时自动备份当前系统使用的内核 |
| -r | ophub/kernel | `<owner>/<repo>` | 设置从 github.com 下载内核的仓库 |
| -c | "" | 自定义域名 | 设置加速访问 github.com 的 cdn 域名 |
| -s | "" | "" | [SOS] 使用 USB 中的系统内核恢复 eMMC |
| -c | | 自定义域名 | 设置加速访问 github.com 的 cdn 域名 |
| -s | | | [SOS] 使用 USB 中的系统内核恢复 eMMC |

举例: `armbian-update -k 5.15.50 -v dev`

Expand Down
4 changes: 2 additions & 2 deletions build-armbian/documents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ armbian-update
| -m | no | yes/no | Use Mainline u-boot |
| -b | yes | yes/no | Automatically backup the current system kernel |
| -r | ophub/kernel | `<owner>/<repo>` | Set the repository for downloading kernels from github.com |
| -c | "" | domain-name | Set the cdn domain name for accelerated access to github.com |
| -s | "" | "" | [SOS] Restore eMMC with system kernel from USB |
| -c | None | domain-name | Set the cdn domain name for accelerated access to github.com |
| -s | None | None | [SOS] Restore eMMC with system kernel from USB |

Example: `armbian-update -k 5.15.50 -v dev`

Expand Down

0 comments on commit f808548

Please sign in to comment.