Browse Source

fixed typo

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

+ 1 - 1
api-example.c

@@ -272,7 +272,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;
 		}