diff options
Diffstat (limited to 'cd-tool.cpp')
-rw-r--r-- | cd-tool.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cd-tool.cpp b/cd-tool.cpp index 487a05f..38131b6 100644 --- a/cd-tool.cpp +++ b/cd-tool.cpp @@ -61,7 +61,8 @@ void showhelp(void) { "Usage:\n" "%s [-m <mode>] [-p <ppf file>] [-f] <isofile> <command> [command args]\n" "Where mode can be 1 for MODE 1, 2 for MODE 2, 3 for MODE 2 FORM 1,\n" -"4 for MODE 2 FORM 2 and 5 for autodetect, which is the default behaviour.\n" +"4 for MODE 2 FORM 2, 5 for Raw, and 6 for autodetect, which is the\n" +"default behaviour.\n" "\n" "Command can be one of:\n" " infos - dumps a bunch of infos about the iso.\n" |