add new option

This commit is contained in:
belliash 2012-01-16 11:19:17 +01:00
bovenliggende a445dd74ed
commit 96b0071073
2 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen

3
ezsync
Bestand weergeven

@ -25,6 +25,9 @@ until [[ -z "${1}" ]]; do
-h|--help)
showEzsyncUsage
;;
-l|--listmods)
listModules
;;
-n|--nosync)
shift
if [ -z ${1} ]; then

Bestand weergeven

@ -370,6 +370,7 @@ function showEzsyncUsage() {
echo -e "USAGE: ezsync [parameters]"
echo -e " -c\t--cleanlog\tclears log file; not working with -p and -P"
echo -e " -h\t--help\t\tdisplays this screen and exits immediately"
echo -e " -l\t--listmods\tshows the list of available built-in modules"
echo -e " -n\t--nosync\tspecifies the ebuilds source that will be omitted"
echo -e " -N\t--nopush\tavoids automatic commits into repositories"
echo -e " -p\t--purge\t\tclears temporary folder"