aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2011-05-04 17:56:40 +0300
committerFilipp Lepalaan <filipp@mac.com>2011-05-04 17:56:40 +0300
commit8ba4138f222d483424fe3b3dfefabf63f0e7913a (patch)
tree64a30d4d3e955d24fbda5932f55470b341869008
parentbf148a1fdd7229f1f13d42bd592127e32cbe8a2a (diff)
downloadgsxlib-8ba4138f222d483424fe3b3dfefabf63f0e7913a.tar.gz
gsxlib-8ba4138f222d483424fe3b3dfefabf63f0e7913a.tar.bz2
gsxlib-8ba4138f222d483424fe3b3dfefabf63f0e7913a.zip
more modes
-rwxr-xr-xgsxcl9
1 files changed, 5 insertions, 4 deletions
diff --git a/gsxcl b/gsxcl
index fb35459..f6d297d 100755
--- a/gsxcl
+++ b/gsxcl
@@ -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;