assembler: Add support for raw output format
[b43-tools.git] / disassembler / args.c
index 3663c59f1aabb183bfed7cadb2baa0802ea69999..7fc2978296cf7ff1f9d6c6303c7c73ea694eee63 100644 (file)
@@ -100,7 +100,7 @@ static void usage(FILE *fd, int argc, char **argv)
 {
        fprintf(fd, "Usage: %s INPUT_FILE OUTPUT_FILE [OPTIONS]\n", argv[0]);
        fprintf(fd, "  -a|--arch ARCH      The architecture type of the input file (5 or 15)\n");
-       fprintf(fd, "  -f|--format FMT     Input file format. FMT may be one of:\n");
+       fprintf(fd, "  -f|--format FMT     Input file format. FMT must be one of:\n");
        fprintf(fd, "                      raw-le32, raw-be32, b43\n");
        fprintf(fd, "  --paddr             Print the code addresses\n");
        fprintf(fd, "  -d|--debug          Print verbose debugging info\n");