Skip to content

Commit

Permalink
dinitctl: Fix wrong app name in "--services-dir" not found error message
Browse files Browse the repository at this point in the history
Signed-off-by: Mobin Aydinfar <[email protected]>
  • Loading branch information
mobin-2008 committed Sep 13, 2024
1 parent ea37bbe commit 5009e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dinitctl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ int dinitctl_main(int argc, char **argv)
service_dir_opts.set_specified_service_dir(argv[i]);
}
else {
cerr << "dinitcheck: '--services-dir' (-d) requires an argument" << endl;
cerr << "dinitctl: '--services-dir' (-d) requires an argument" << endl;
return 1;
}
}
Expand Down

0 comments on commit 5009e09

Please sign in to comment.