Update copyrights. Minor formatting touch-ups.
This commit is contained in:
parent
1c860fdfe5
commit
80c08901e6
1 changed files with 7 additions and 7 deletions
10
lumberjack
10
lumberjack
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# Copyright (c) 2018:
|
||||
# Copyright (c) 2018-2020:
|
||||
# Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>
|
||||
# Licensed under the terms of the GNU General Public License version 3.
|
||||
#
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
# Script details.
|
||||
LJ_NAME="${0##*/}"
|
||||
LJ_VERSION="0.1.6"
|
||||
LJ_VERSION="0.1.7"
|
||||
|
||||
|
||||
die() {
|
||||
|
|
@ -26,8 +26,8 @@ display_help() {
|
|||
<template>.
|
||||
|
||||
Options (all of which are optional):
|
||||
-ca "<arg>" Set the compression command arguments. Default: ${LJ_COMPRESSOR_ARGS[@]}.
|
||||
The quotes are required if more than one <arg> is supplied.
|
||||
-ca <arg> Set the compression command arguments. Default: ${LJ_COMPRESSOR_ARGS[@]}.
|
||||
Quotes are required if more than one <arg> is supplied.
|
||||
-cc <util> Set the compression command to use. Default: $LJ_COMPRESSOR.
|
||||
-f Request flushing of the log file to disk after every write.
|
||||
This may significantly reduce performance and result in a lot of
|
||||
|
|
@ -89,7 +89,7 @@ display_version() {
|
|||
# |........1.........2.........3.........4.........5.........6.........7.........8
|
||||
cat <<-EOF
|
||||
$LJ_NAME v$LJ_VERSION.
|
||||
Copyright (c) 2018 Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>.
|
||||
Copyright (c) 2018-2020 Darren 'Tadgy' Austin <darren (at) afterdark.org.uk>.
|
||||
Licensed under the terms of the GNU GPL v3 <http://gnu.org/licenses/gpl.html>.
|
||||
This program is free software; you can modify or redistribute it in accordence
|
||||
with the GNU GPL. However, it comes with ABSOLUTELY NO WARRANTY; not even the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue