Skip to content

Commit a685ae0

Browse files
committed
Removed the Authors line from help
1 parent e55ece7 commit a685ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/usage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ print_usage()
157157
#endif /* WITH_INJECTION */
158158

159159
fprintf(stdout, "Version: %s\n", P_VERSION);
160-
fprintf(stdout, "Author: %s\n", P_AUTHOR);
160+
// fprintf(stdout, "Author: %s\n", P_AUTHOR);
161161
fprintf(stdout, "Website: %s\n", P_SITE);
162162
fprintf(stdout, "\nSee the man page for more options, detailed descriptions and examples.\n\n");
163163

0 commit comments

Comments
 (0)