ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/scripts/_scram
(Generate patch)

Comparing COMP/SCRAM/scripts/_scram (file contents):
Revision 1.2 by sashby, Tue Nov 8 13:28:28 2005 UTC vs.
Revision 1.3 by sashby, Mon Sep 11 13:39:48 2006 UTC

# Line 1 | Line 1
1 < #compdef scram
1 > #compdef scram scramv1
2   # $Id$
3   #
4   _scram()
# Line 8 | Line 8 | _scram()
8          '-v[version]' \
9          '-d[debug mode]' \
10          '-n[no return]' \
11 <        '-arch:supported architectures:(rh73_gcc323 slc3_ia32_gcc323 slc3_ia32_gcc323_dbg osx103_gcc33)' \
11 >        '-arch:supported architectures:(slc3_ia32_gcc323 slc3_ia32_gcc323_dbg slc4_ia32_gcc345 slc4_ia32_gcc345_dbg osx104_ia32_gcc40)' \
12          '*::scram command:_scram_command'
13   }
14  
# Line 39 | Line 39 | _scram_version()
39          '-h[show help for the version command]:print help for this command' \
40          '-c[show CVS parameters for SCRAM downloads]' \
41          '-i[show CVS commit information]' \
42 <        '*::specify a version to download:(V1_0_0 V1_0_1 V1_0_2)'
42 >        '*::specify a version to download:(V1_0_1 V1_0_2 V1_0_3)'
43   }
44  
45   (( $+functions[_scram_arch] )) ||

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines