SYNOPSIS
	xUp [-s] [-S] [-p password] filenames

DESCRIPTION
	xUp unpacks the given files, replacing the original by the
	uncompressed version. Wild cards are not supported, and file
	attributes are not yet preserved.
	When the decrunching fails, the source file is preserved.

OPTIONS
	-s = suffix. Keeps compressed version (when suffix is added),
	     stores uncompressed version under the same name minus .xpk
	     suffix.
	-S = Same as -s, but removes any .#? suffix and not only .xpk one.
	-p = password. Uses given password for decompression

EXAMPLE
	xUp -p secret mytext

COPYRIGHT
	Freely distributable for noncommercial use.

AUTHOR
	Dirk Stöcker