From: Sergey Matveev Date: Thu, 27 Nov 2025 15:00:10 +0000 (+0300) Subject: Mention "apply" in dsc help X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c12f6494218c0f179eee7e2f4631b2b902e32fe3a324bc517167fdf9ac035fd2;p=dsc.git Mention "apply" in dsc help --- diff --git a/dsc b/dsc index 78680ee..e302e4f 100755 --- a/dsc +++ b/dsc @@ -1,6 +1,7 @@ #!/usr/bin/env jimsh # dsc -- damn small configuration manager # Copyright (C) 2025 Sergey Matveev +# 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 +# +# 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 . + proc list-sys-ifaces {} { set ifaces [list] foreach l [split [exec ip link] \n] {