Skip to content

Commit

Permalink
daemon/lldpd: fix capitalization in help output
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Nov 17, 2023
1 parent 8317658 commit 3071b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/lldpcli.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ usage()

fprintf(stderr, "\n");

fprintf(stderr, "see manual page lldpcli(8) for more information\n");
fprintf(stderr, "See manual page lldpcli(8) for more information\n");
exit(1);
}

Expand Down
2 changes: 1 addition & 1 deletion src/daemon/lldpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ usage(void)
fprintf(stderr, "\n");
#endif

fprintf(stderr, "see manual page lldpd(8) for more information\n");
fprintf(stderr, "See manual page lldpd(8) for more information\n");
exit(1);
}

Expand Down

0 comments on commit 3071b40

Please sign in to comment.