From 8caf858ab4b3a80442d4d4a1a86a0dce56e06396 Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 9 Jan 2012 13:12:02 +0100 Subject: [PATCH] update usage --- libraries/common | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libraries/common b/libraries/common index 703bdac..0af989c 100644 --- a/libraries/common +++ b/libraries/common @@ -269,9 +269,13 @@ 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 " -n\t--nosync\tspecifies the ebuilds source that will be omitted" echo -e " -p\t--purge\t\tclears temporary folder" echo -e " -P\t--purgeonly\tclears temporary folder and exits" echo -e " -s\t--syscheck\tperforms prerequisites check only" + echo -e "\nEXAMPLES:" + echo -e " ezsync -c -n mainline" + echo -e " ezsync -n mainline -n my_repo1" echo -e "\n" exit 0 }