diff options
author | Andrew Gaffney <agaffney@gentoo.org> | 2006-09-11 02:55:29 +0000 |
---|---|---|
committer | Andrew Gaffney <agaffney@gentoo.org> | 2006-09-11 02:55:29 +0000 |
commit | 4db24dd2e7bdaff236ffc1054789aeb1ea2582d1 (patch) | |
tree | 683b5bdb245797251d3c7f7915f8f66d954382fb /users/agaffney | |
parent | rework of script to take arguments on commandline, move sending mail to funct... (diff) | |
download | gentoo-4db24dd2e7bdaff236ffc1054789aeb1ea2582d1.tar.gz gentoo-4db24dd2e7bdaff236ffc1054789aeb1ea2582d1.tar.bz2 gentoo-4db24dd2e7bdaff236ffc1054789aeb1ea2582d1.zip |
add example to usage
Diffstat (limited to 'users/agaffney')
-rw-r--r-- | users/agaffney/catalyst/stage_build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/users/agaffney/catalyst/stage_build.sh b/users/agaffney/catalyst/stage_build.sh index 218ab76256..c07ef6a5d7 100644 --- a/users/agaffney/catalyst/stage_build.sh +++ b/users/agaffney/catalyst/stage_build.sh @@ -32,6 +32,9 @@ Options: -t|--email-to Sets the 'To' on emails sent from this script (defaults to root@localhost) -h|--help Show this message and quit + +Example: + stage_build -p default-linux/x86/2006.1 -v 2007.0_pre -a i686 -s default/stage3-i686-2006.1 EOH } |