More cosmetic and language changes

This commit is contained in:
Nico Schottelius 2006-01-24 22:58:39 +01:00
parent bc51517bd8
commit d1f8c02294
2 changed files with 10 additions and 5 deletions

View File

@ -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
}

View File

@ -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