This commit is contained in:
belliash 2012-01-16 11:19:17 +01:00
rodič a445dd74ed
revize 96b0071073
2 změnil soubory, kde provedl 4 přidání a 0 odebrání

3
ezsync
Zobrazit soubor

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

Zobrazit soubor

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