Check-in [0b49e4afba]
Not logged in
Overview

SHA1 Hash:0b49e4afbaa1462540ca4267b270d20c731ea895
Date: 2009-08-14 14:03:14
User: drh
Comment:Fix the header comment (and hence the "help" message) for the "fossil all" command.
Timelines: ancestors | descendants | both | trunk
Other Links: files | ZIP archive | manifest

Tags And Properties
Changes
[hide diffs]

Modified src/allrepo.c from [d3d32a9331] to [8f62ffa7a2].

@@ -62,11 +62,13 @@
 ** The ~/.fossil file records the location of all repositories for a
 ** user.  This command performs certain operations on all repositories
 ** that can be useful before or after a period of disconnection operation.
 ** Available operations are:
 **
-**    list|ls       Display the location of all repositories
+**    list       Display the location of all repositories
+**
+**    ls         An alias for "list"
 **
 **    pull       Run a "pull" operation on all repositories
 **
 **    push       Run a "push" on all repositories
 **