Created
August 20, 2011 21:06
-
-
Save kwilczynski/1159665 to your computer and use it in GitHub Desktop.
I had to do it ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/conntrack.c b/src/conntrack.c | |
index 5364eaa..2e3d654 100644 | |
--- a/src/conntrack.c | |
+++ b/src/conntrack.c | |
@@ -548,7 +548,7 @@ extension_help(struct ctproto_handler *h, int protonum) | |
static void __attribute__((noreturn)) | |
exit_tryhelp(int status) | |
{ | |
- fprintf(stderr, "Try `%s -h' or '%s --help' for more information.\n", | |
+ fprintf(stderr, "Try `%s -h' or `%s --help' for more information.\n", | |
PROGNAME, PROGNAME); | |
exit(status); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment