Diff
Not logged in

Differences From:

File www/reference.wiki part of check-in [7a2c37063a] - merge trunk into creole branch by bob on 2009-09-22 07:49:39. Also file www/reference.wiki part of check-in [f0e98310c1] - Update documentation of 'proxy' configuration by altufaltu on 2009-08-15 08:17:39. [view]

To:

File www/reference.wiki part of check-in [25ede6e369] - Update documentation for "clean" command. Ticket c3d668ad52. by dmitry on 2009-10-11 21:30:53. [view]

@@ -215,16 +215,20 @@
     changed will be committed unless some subset of files is specified
     on the command line.
 
 <hr><a href="#tof">&#710;</a>
-    <a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?-all?
+    <a name="clean">Usage: </a><a href="cmd_clean.wiki">fossil clean</a> ?--force? ?--dotfiles?
     Delete all "extra" files in the source tree.  "Extra" files are
     files that are not officially part of the checkout.  See also
     the "extra" command. This operation cannot be undone.
 
     You will be prompted before removing each file. If you are
     sure you wish to remove all "extra" files you can specify the
-    optional -all flag.
+    optional --force flag and no prmpts will be issued.
+
+    Files and subdirectories whose names begin with "." are
+    normally ignored.  They are included if the "--dotfiles" option
+    is used.
 
 <hr><a href="#tof">&#710;</a>
     <a name="clone">Usage: </a><a href="cmd_clone.wiki">fossil clone</a> URL FILENAME
     Make a clone of a repository specified by URL in the local