made -G set request type
diff --git a/src/main.c b/src/main.c
index 4a3f487..5ede3fa 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1344,6 +1344,8 @@
 
     case 'G': /* HTTP GET */
       config->use_httpget = TRUE;
+      if(SetHTTPrequest(HTTPREQ_GET, &config->httpreq))
+        return PARAM_BAD_USE;
       break;
 
     case 'h': /* h for help */