mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-21 04:58:11 +02:00
fprintd-{enroll/delete}: Fix -f help
Seems like forgetting to change after copy-pasting from fprintd-verify Signed-off-by: Daniel Schaefer <dhs@frame.work>
This commit is contained in:
parent
f312494595
commit
3f1008a4df
2 changed files with 2 additions and 2 deletions
|
|
@ -163,7 +163,7 @@ process_devices (guint argc, char **argv)
|
|||
|
||||
|
||||
const GOptionEntry user_options[] = {
|
||||
{ "finger", 'f', 0, G_OPTION_ARG_STRING, &fingername, "Finger selected to verify (default is automatic)", NULL },
|
||||
{ "finger", 'f', 0, G_OPTION_ARG_STRING, &fingername, "Finger selected to delete (default is automatic)", NULL },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -209,7 +209,7 @@ release_device (FprintDBusDevice *dev)
|
|||
}
|
||||
|
||||
static const GOptionEntry entries[] = {
|
||||
{ "finger", 'f', 0, G_OPTION_ARG_STRING, &finger_name, "Finger selected to verify (default is automatic)", NULL },
|
||||
{ "finger", 'f', 0, G_OPTION_ARG_STRING, &finger_name, "Finger selected to enroll (default is automatic)", NULL },
|
||||
{ G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_STRING_ARRAY, &usernames, NULL, "[username]" },
|
||||
{ NULL }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue