update comment

This commit is contained in:
Tobias Powalowski 2024-08-01 10:13:16 +02:00
parent ef721adddc
commit eee07ab88c

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# # SPDX-License-Identifier: GPL-3.0-or-later
# copy-mointpoint.sh - copy recursivly a mountpoint using tar # rsync-backup.sh - copy files recursivly with rsync
# by Tobias Powalowski <tpowa@archlinux.org> # by Tobias Powalowski <tpowa@archlinux.org>
# usage(exitvalue) # usage(exitvalue)
# outputs a usage message and exits with value # outputs a usage message and exits with value
. /usr/lib/archboot/common.sh . /usr/lib/archboot/common.sh