summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-11-11 21:45:07 +0100
committerHans Ulrich Niedermann <github@n-dimensional.de>2021-11-12 01:48:00 +0100
commit44cf70907f6fc80d9feeffcce0109c8e11e50723 (patch)
treec91829a810cab4bbaf6499b082ef5fe23e7dabe8 /packaging
parentb6fae4fcceb3d3352bf24728045293d694a3e835 (diff)
downloadlibgphoto2-44cf70907f6fc80d9feeffcce0109c8e11e50723.tar.gz
print-camera-list: clarify help
Use “version” instead of “mode” to avoid confusion with the “(file) mode” argument.
Diffstat (limited to 'packaging')
-rw-r--r--packaging/generic/print-camera-list.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/generic/print-camera-list.c b/packaging/generic/print-camera-list.c
index b5f3f7ff3..bdc91f479 100644
--- a/packaging/generic/print-camera-list.c
+++ b/packaging/generic/print-camera-list.c
@@ -1404,13 +1404,13 @@ static const output_format_t formats[] = {
},
{"udev-rules",
"udev rules file",
- "For modes \"pre-0.98\" and \"0.98\" (and later), put it into\n"
+ "For versions \"pre-0.98\" and \"0.98\" (and later), put it into\n"
" /etc/udev/rules.d/90-libgphoto2.rules, set file mode, owner, group\n"
- " or add script to run. This rule files also uses the\n"
+ " or add script to run. This rules file also uses the\n"
" check-ptp-camera script included in libgphoto2 source. Either put it to\n"
" /lib/udev/check-ptp-camera or adjust the path in the generated rules file.\n"
" If you give a script parameter, the mode, owner, group parameters will be ignored.\n"
- " For mode \"136\" put it into /lib/udev/rules.d/40-libgphoto2.rules;\n"
+ " For version \"136\" put it into /lib/udev/rules.d/40-libgphoto2.rules;\n"
" you can still use mode/owner/group, but the preferred mode of operation\n"
" is to use udev-extras for dynamic access permissions.\n"
" Available versions of the rule generator: 0.98, 136, 175, 201.\n",