Let the user choose which camera to take photos with
[fonbot.git] / res / values / strings.xml
index 235158949278646b2f7a15c699269ac526d78594..2924533d084a51fcd7b6895f25ebffabe3020c3a 100644 (file)
@@ -233,9 +233,10 @@ The help command can be used to get a list of commands and help for them. Exampl
                Example: ring on
     </string>
     <string name="photo_help">
-        Usage: photo hostname port\n
-               Takes a photo and uploads it to &lt;hostname&gt;:&lt;port&gt;\n
-               Example: photo 1.1.1.1 8888
+        Usage: photo camera hostname port\n
+               Takes a photo with the given camera and uploads it to &lt;hostname&gt;:&lt;port&gt;\n
+               The camera is a number, usually 0 for the rear camera and 1 for the front one\n
+               Example: photo 0 1.1.1.1 8888
     </string>
     <string name="nolocation_help">
         Usage: nolocation\n
@@ -464,4 +465,5 @@ The help command can be used to get a list of commands and help for them. Exampl
        </string>
        <string name="toggling_torch_state">Toggling torch stateā€¦</string>
        <string name="device_booted">Your device has been turned on</string>
+       <string name="cannot_parse_camera_number">Cannot parse camera number</string>
 </resources>
This page took 0.009985 seconds and 4 git commands to generate.