summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2009-07-31 15:59:23 +0000
committerMarcus Meissner <marcus@jet.franken.de>2009-07-31 15:59:23 +0000
commit4d84ef97a09b95b50510d1d5303993615800f4be (patch)
treef6bdd72ba89e4ec79adb6511e0c1f9cdbb48aa97 /examples
parentc39698fee2beb4a55255e8129244861e1b48ac56 (diff)
downloadlibgphoto2-4d84ef97a09b95b50510d1d5303993615800f4be.tar.gz
also fix ownername in comment
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@12342 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'examples')
-rw-r--r--examples/sample-owner.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/sample-owner.c b/examples/sample-owner.c
index bd74fdb92..d0932e69d 100644
--- a/examples/sample-owner.c
+++ b/examples/sample-owner.c
@@ -12,8 +12,8 @@
* owner to the string passed on the cmdline.
*
* Same as:
- * gphoto2 --get-config owner
- * gphoto2 --set-config owner="Owner Name"
+ * gphoto2 --get-config ownername
+ * gphoto2 --set-config ownername="Owner Name"
*/
int main(int argc, char **argv) {