Skip to content

Commit

Permalink
tools:discoverer: Remove short name for use-cache
Browse files Browse the repository at this point in the history
There is no need to add short name for 'use-cache'.
The 'async' option already has 'a' short name.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/716>
  • Loading branch information
JimmyOhn committed Jun 22, 2020
1 parent 5726a66 commit 00bcf9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/gst-discoverer.c
Expand Up @@ -637,7 +637,7 @@ main (int argc, char **argv)
GOptionEntry options[] = {
{"async", 'a', 0, G_OPTION_ARG_NONE, &async,
"Run asynchronously", NULL},
{"use-cache", 'a', 0, G_OPTION_ARG_NONE, &use_cache,
{"use-cache", 0, 0, G_OPTION_ARG_NONE, &use_cache,
"Use GstDiscovererInfo from our cache.", NULL},
{"print-cache-dir", 0, 0, G_OPTION_ARG_NONE, &print_cache_dir,
"Print the directory of the discoverer cache.", NULL},
Expand Down

0 comments on commit 00bcf9d

Please sign in to comment.