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