浏览代码

Cleanup some comments

bryan 2 天之前
父节点
当前提交
4890aa192d
共有 2 个文件被更改,包括 2 次插入4 次删除
  1. 1 2
      README.md
  2. 1 2
      openwrtbuilder

+ 1 - 2
README.md

@@ -13,7 +13,7 @@ Build and deploy OpenWRT images using shell-style device profiles, via source co
 --release,-r,--version,-v RELEASE ("snapshot", "22.03.3")
 --release,-r,--version,-v RELEASE ("snapshot", "22.03.3")
 --buildroot,-b PATH (Default: script directory)
 --buildroot,-b PATH (Default: script directory)
 --source
 --source
-  Build image from source, not from Image Builder
+  Build image from source code, not from Image Builder
   Allows make config options to be passed in profile
   Allows make config options to be passed in profile
   Uses git worktree for multi-profile deduplication
   Uses git worktree for multi-profile deduplication
 --ssh-upgrade HOST
 --ssh-upgrade HOST
@@ -27,7 +27,6 @@ Build and deploy OpenWRT images using shell-style device profiles, via source co
   Can be combined with -p to reset a specific profile
   Can be combined with -p to reset a specific profile
 --depends
 --depends
   Force dependency installation
   Force dependency installation
-  Ignores .dependencies files
 --yes,-y
 --yes,-y
   Assume yes for all questions (automatic mode)
   Assume yes for all questions (automatic mode)
 --debug,-d
 --debug,-d

+ 1 - 2
openwrtbuilder

@@ -1,6 +1,5 @@
 #!/usr/bin/env bash
 #!/usr/bin/env bash
-# Build and deploy OpenWRT images using convenient shell-style device profiles.
-# Copyright 2022-25 Bryan C. Roessler
+# Build and deploy OpenWRT images using shell-style device profiles, via source code or the official Image Builder.# Copyright 2022-25 Bryan C. Roessler
 # Apache 2.0 License
 # Apache 2.0 License
 # See README and profiles for device configuration
 # See README and profiles for device configuration