More cosmetic and language changes
This commit is contained in:
parent
bc51517bd8
commit
d1f8c02294
2 changed files with 10 additions and 5 deletions
11
ccollect.sh
11
ccollect.sh
|
@ -46,15 +46,16 @@ usage()
|
|||
echo " ccollect creates (pseudo) incremental backups"
|
||||
echo ""
|
||||
echo " -h, --help: Show this help screen"
|
||||
echo " -p, --parallel: Parellize backup process"
|
||||
echo " -p, --parallel: Parallelise backup processes"
|
||||
echo " -a, --all: Backup all sources specified in $CSOURCES"
|
||||
echo " -v, --verbose: Be very verbose."
|
||||
echo " -v, --verbose: Be very verbose (uses set -x)."
|
||||
echo ""
|
||||
echo " Retrieve latest ccollect at http://linux.schottelius.org/ccollect/."
|
||||
echo ""
|
||||
echo " Version: $FULL_VERSION"
|
||||
echo " On 2005-12-05 ccollect was written by Nico Schottelius."
|
||||
echo ""
|
||||
echo " Initial Version written on 2005-12-06 by Nico Schottelius"
|
||||
echo " This is version $VERSION, released at ${RELEASE}."
|
||||
echo ""
|
||||
echo " Retrieve latest ccollect at http://linux.schottelius.org/ccollect/"
|
||||
exit 0
|
||||
}
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
0.3 to 0.3.1:
|
||||
* added support for printing a summary
|
||||
* some cosmetic changes
|
||||
|
||||
0.2 to 0.3:
|
||||
* added "very_verbose"
|
||||
* normal "verbose" is now less verbose
|
||||
|
|
Loading…
Reference in a new issue