mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 03:19:17 +02:00
wikiget: more clear usage
git-svn-id: trunk@47489 -
This commit is contained in:
parent
5ff19c4333
commit
94b310ce46
@ -773,10 +773,10 @@ begin
|
|||||||
writeln(' ToDo: check more than last 500 changes.');
|
writeln(' ToDo: check more than last 500 changes.');
|
||||||
writeln('--ignore-recent=<minutes> : do not download again files younger than this on disk.');
|
writeln('--ignore-recent=<minutes> : do not download again files younger than this on disk.');
|
||||||
writeln(' combine with --recent. Default: ',IgnoreFilesYoungerThanMin);
|
writeln(' combine with --recent. Default: ',IgnoreFilesYoungerThanMin);
|
||||||
writeln('--shownotusedpages : show not used files in the output directory.');
|
writeln('--shownotusedpages : show files in the output directory which are not used by the wiki.');
|
||||||
writeln('--deletenotusedpages : delete the files in the output directory that are not used.');
|
writeln('--deletenotusedpages : delete the files in the output directory which are not used by the wiki.');
|
||||||
writeln('--shownotusedimages : show not used files in the images directory.');
|
writeln('--shownotusedimages : show files in the images directory, which are not used by the wiki.');
|
||||||
writeln('--deletenotusedimages : delete the files in the images directory that are not used.');
|
writeln('--deletenotusedimages : delete the files in the images directory, which are not used by the wiki.');
|
||||||
writeln('--nowrite : do not write files, just print what would be written.');
|
writeln('--nowrite : do not write files, just print what would be written.');
|
||||||
writeln;
|
writeln;
|
||||||
writeln('Example: download one page');
|
writeln('Example: download one page');
|
||||||
|
Loading…
Reference in New Issue
Block a user