aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys-utils/wdctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/wdctl.c b/sys-utils/wdctl.c
index f3ae0e3f8c..0cf8ee7a43 100644
--- a/sys-utils/wdctl.c
+++ b/sys-utils/wdctl.c
@@ -779,7 +779,7 @@ int main(int argc, char *argv[])
close_stdout_atexit();
while ((c = getopt_long(argc, argv,
- "d:f:g:hFnITp:o:s:OrVx", long_opts, NULL)) != -1) {
+ "f:g:hFnITp:o:s:OrVx", long_opts, NULL)) != -1) {
err_exclusive_options(c, long_opts, excl, excl_st);