diff options
author | Filipp Lepalaan <filipp@mac.com> | 2011-05-04 17:56:40 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2011-05-04 17:56:40 +0300 |
commit | 8ba4138f222d483424fe3b3dfefabf63f0e7913a (patch) | |
tree | 64a30d4d3e955d24fbda5932f55470b341869008 /gsxcl | |
parent | bf148a1fdd7229f1f13d42bd592127e32cbe8a2a (diff) | |
download | gsxlib-8ba4138f222d483424fe3b3dfefabf63f0e7913a.tar.gz gsxlib-8ba4138f222d483424fe3b3dfefabf63f0e7913a.tar.bz2 gsxlib-8ba4138f222d483424fe3b3dfefabf63f0e7913a.zip |
more modes
Diffstat (limited to 'gsxcl')
-rwxr-xr-x | gsxcl | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -24,11 +24,12 @@ usage: gsxcl -s sold-to -u username -p password [-r region] [-e environment] [-m -s sold-to your GSX Sold-To account. -u username the Apple ID with GSX WS API access. -p password the password for the Apple ID. - -r region Either "am" (America), "emea" (Europe, Middle-East, Africa) + -r region either "am" (America), "emea" (Europe, Middle-East, Africa) "apac" (Asia-Pacific) or "la" (Latin America). Defaults to "emea". - -e environment the GSX environment. Either empty (production), "it" or "ut". Defaults to production. - -m mode What to search for. Currently one of: {$modes_str}. Defaults to "warranty". - -q query A query string (serial number, order confirmation, repair number, EEE code, etc. + -e environment the GSX environment. Either empty (production), "it" or "ut". + Defaults to production. + -m mode what to search for. Currently one of: {$modes_str}. Defaults to "warranty". + -q query a query string (serial number, order confirmation, repair number, EEE code, etc. Defaults to current serial number. EOT; |