Ticket #11075: checkfs.diff

File checkfs.diff, 504 bytes (added by jstressman, 10 years ago)

patch to add 2 examples to the help output for checkfs

  • checkfs.

    old new  
    2424        "\n"
    2525        "Options:\n"
    2626        "  -h, --help        - print this help text\n"
    27         "  -c, --check-only  - do not make any changes to the file system\n",
    28         kProgramName);
     27        "  -c, --check-only  - do not make any changes to the file system\n"
     28        "\n"
     29        "Examples:\n"
     30        "  %s -c /Haiku\n"
     31        "  %s /dev/disk/ata/0/master/raw\n",
     32        kProgramName, kProgramName, kProgramName);
    2933}
    3034
    3135