]> Cypherpunks repositories - dsc.git/commitdiff
Mention "apply" in dsc help
authorSergey Matveev <stargrave@stargrave.org>
Thu, 27 Nov 2025 15:00:10 +0000 (18:00 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 27 Nov 2025 15:00:10 +0000 (18:00 +0300)
dsc
jimlib/netUtils.tcl

diff --git a/dsc b/dsc
index 78680ee102ca020b47bbddc1f1be60b89a5c0cbbd684aae7d550ef3345be3616..e302e4f7c407e5c1d3e0a860e10494b807509fb492d31659df45cb1755552fce 100755 (executable)
--- a/dsc
+++ b/dsc
@@ -1,6 +1,7 @@
 #!/usr/bin/env jimsh
 # dsc -- damn small configuration manager
 # Copyright (C) 2025 Sergey Matveev <stargrave@stargrave.org>
+#               2025 Vladimir Bobrov
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -32,6 +33,7 @@ if {$argc == 0} {
     dsc export [prefix] >file.txtar -- export (whole by default) configuration
     dsc import          <file.txtar -- import it
     dsc path opt      -- get full path to option's value (if set)
+    dsc apply prefix  -- apply configuration on given prefix
 
 Environmental variables:
     $DSC_SCHEMA -- path to the schema definition
index 89341c783fb4fe7a577bfff0518f4a519056c21a3c335febcf92854fcfe8db8e..de1e6c6c094a2d4729add02a94d2bfddf0f0c8ecb780e62b1eb7f0685140e454 100644 (file)
@@ -1,3 +1,17 @@
+# Copyright (C) 2025 Sergey Matveev <stargrave@stargrave.org>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, version 3 of the License.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 proc list-sys-ifaces {} {
     set ifaces [list]
     foreach l [split [exec ip link] \n] {