X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=programs%2Fimagex.c;h=4800633e07a80254e8fd1ab34532664269e6646e;hp=347564c55a8c3e4787205dc618f033f93212eee1;hb=da8fe9993a0ece30bd57596081e778364ba72ec5;hpb=8dfc5cac281174d98073a9e141bc223b9646f8bb diff --git a/programs/imagex.c b/programs/imagex.c index 347564c5..4800633e 100644 --- a/programs/imagex.c +++ b/programs/imagex.c @@ -3821,9 +3821,9 @@ T( [CMD_APPLY] = T( " %"TS" WIMFILE [(IMAGE_NUM | IMAGE_NAME | all)]\n" -" (DIRECTORY | NTFS_VOLUME) [--check] [--hardlink]\n" -" [--symlink] [--ref=\"GLOB\"] [--no-acls] [--strict-acls]\n" -" [--rpfix] [--norpfix] [--include-invalid-names]\n" +" (DIRECTORY | NTFS_VOLUME) [--check] [--ref=\"GLOB\"]\n" +" [--no-acls] [--strict-acls] [--rpfix] [--norpfix]\n" +" [--hardlink] [--symlink] [--include-invalid-names]\n" ), [CMD_CAPTURE] = T( @@ -3980,9 +3980,11 @@ recommend_man_page(int cmd, FILE *fp) { const tchar *format_str; #ifdef __WIN32__ - format_str = T("See %"TS".pdf in the doc directory for more details.\n"); + format_str = T("Uncommon options are not listed;\n" + "See %"TS".pdf in the doc directory for more details.\n"); #else - format_str = T("Try `man %"TS"' for more details.\n"); + format_str = T("Uncommon options are not listed;\n" + "Try `man %"TS"' for more details.\n"); #endif tfprintf(fp, format_str, get_cmd_string(cmd, true)); } @@ -4010,7 +4012,6 @@ usage_all(FILE *fp) " %"TS" --version\n" "\n" " The compression TYPE may be \"maximum\", \"fast\", or \"none\".\n" -" Uncommon options are not listed; see the documentation for full details.\n" "\n" ); tfprintf(fp, extra, invocation_name, invocation_name);