Piotr Czajkowski 7 سال پیش
والد
کامیت
f42fc5cfa1
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      bomToolkit.c

+ 2 - 2
bomToolkit.c

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