summaryrefslogtreecommitdiff
path: root/doc/gphoto2-cli.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gphoto2-cli.txt')
-rw-r--r--doc/gphoto2-cli.txt46
1 files changed, 0 insertions, 46 deletions
diff --git a/doc/gphoto2-cli.txt b/doc/gphoto2-cli.txt
deleted file mode 100644
index 529a0ec5a..000000000
--- a/doc/gphoto2-cli.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-########################################################################
-# A very short guide to using the gphoto2 command line interface #
-########################################################################
-
-
-===========
-1. Overview
-===========
-
-The command line interface is named gphoto2 and is installed into your
-${prefix}/bin directory.
-
-When you run gphoto2, you have to specify a command to execute and
-some options that describe how to execute it.
-
-Better instructions should be contained in the gphoto2(1) man page
-which is also contained in The gPhoto2 Manual.
-
-For detailed instructions on how to operate gphoto2, e.g. with serial
-cameras, see
-
- http://www.gphoto.org/gphoto2/cli.html
-
-
-========================
-2. Some quick operations
-========================
-
-Some basic commands:
-
-gphoto2 --help
-gphoto2 --list-ports
-gphoto2 --list-cameras
-
-For USB cameras:
-
-gphoto2 --port usb: --auto-detect
-gphoto2 --port usb: --summary
-gphoto2 --port usb: --list-files
-gphoto2 --port usb: --get-image 12-35
-gphoto2 --port usb: --get-all-images
-
-For detailed instructions on how to operate gphoto2, e.g. with serial
-cameras, see
-
- http://www.gphoto.org/gphoto2/cli.html