Browse Source

Cosmetics

Piotr Czajkowski 6 years ago
parent
commit
f42fc5cfa1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      bomToolkit.c

+ 2 - 2
bomToolkit.c

@@ -1,7 +1,7 @@
 #include "bom.h"
 
 void usage(char *executable) {
-    printf("Usage: %s <filePath> c - to check for BOM.\n", executable);
+    printf("Usage:\n%s <filePath> c - to check for BOM.\n", executable);
     printf("%s <filePath> r - to remove BOM.\n", executable);
     printf("%s <filePath> a - to add BOM.\n", executable);
 }
@@ -25,4 +25,4 @@ int main(int argc, char **argv) {
     }
    
     return 0;
-}
+}