We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aff4850 commit 8b48c68Copy full SHA for 8b48c68
options.c
@@ -889,8 +889,8 @@ static struct poptOption long_options[] = {
889
{"ignore-times", 'I', POPT_ARG_NONE, &ignore_times, 0, 0, 0 },
890
{"size-only", 0, POPT_ARG_NONE, &size_only, 0, 0, 0 },
891
{"one-file-system", 'x', POPT_ARG_NONE, 0, 'x', 0, 0 },
892
- {"no-one-file-system",'x',POPT_ARG_VAL, &one_file_system, 0, 0, 0 },
893
- {"no-x", 'x', POPT_ARG_VAL, &one_file_system, 0, 0, 0 },
+ {"no-one-file-system",0, POPT_ARG_VAL, &one_file_system, 0, 0, 0 },
+ {"no-x", 0, POPT_ARG_VAL, &one_file_system, 0, 0, 0 },
894
{"update", 'u', POPT_ARG_NONE, &update_only, 0, 0, 0 },
895
{"existing", 0, POPT_ARG_NONE, &ignore_non_existing, 0, 0, 0 },
896
{"ignore-non-existing",0,POPT_ARG_NONE, &ignore_non_existing, 0, 0, 0 },
0 commit comments