Fixes #49 -  Update README with new help text #49
diff --git a/README.md b/README.md
index 3716a1f..3eabf95 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
 
 ## Usage
 
-    ./ios-deploy [OPTION]...
+    Usage: ./ios-deploy [OPTION]...
       -d, --debug                  launch the app in GDB after installation
       -i, --id <device_id>         the id of the device to connect to
       -c, --detect                 only detect if the device is connected
@@ -23,11 +23,14 @@
       -n, --nostart                do not start the app when debugging
       -I, --noninteractive         start in non interactive mode (quit when app crashes or exits)
       -v, --verbose                enable verbose output
-      -m, --noinstall              directly start debugging without app install (-d not required) 
-      -p, --port <number>          port used for device, default: 12345
-      -r, --uninstall              uninstall the app before install (do not use with -m; app cache and data are cleared)       
-      -l, --list <bundle id>       list files
-      -V, --version                print the executable version
+      -m, --noinstall              directly start debugging without app install (-d not required)
+      -p, --port <number>          port used for device, default: 12345 
+      -r, --uninstall              uninstall the app before install (do not use with -m; app cache and data are cleared) 
+      -1, --bundle_id <bundle id>  specify bundle id for list and upload
+      -l, --list                   list files
+      -o, --upload <file>          upload file
+      -2, --to <target pathname>	use together with upload file. specify target for upload
+      -V, --version                print the executable version 
 
 ## Demo