Browse Source

fixed typo

Christian Berendt 13 years ago
parent
commit
52def3768f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api-example.c

+ 1 - 1
api-example.c

@@ -278,7 +278,7 @@ int main(int argc, char *argv[])
 		if (strcmp(argv[1], "-?") == 0
 		||  strcmp(argv[1], "-h") == 0
 		||  strcmp(argv[1], "--help") == 0) {
-			fprintf(stderr, "usAge: %s [command [ip/host [port]]]\n", argv[0]);
+			fprintf(stderr, "Usage: %s [command [ip/host [port]]]\n", argv[0]);
 			return 1;
 		}