diff options
-rw-r--r-- | doc/usage-intro.txt | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/doc/usage-intro.txt b/doc/usage-intro.txt index aebc64d..2cf2096 100644 --- a/doc/usage-intro.txt +++ b/doc/usage-intro.txt @@ -1,20 +1,27 @@ -diff [DIR|SNAP] [DIR|SNAP] +Complete: -update [-S SNAP] DIR + diff [DIR|SNAP] [DIR|SNAP] -list [DIR|SNAP] + update [-S SNAP] DIR -info [DIR|SNAP] + list [DIR|SNAP] -history [DIR|SNAP] + info [DIR|SNAP] -extract [-o DIR] PATCH + history [DIR|SNAP] -merge [-S SNAP] SNAP DIR -merge [-S SNAP] PATCH DIR + extract [-o DIR] PATCH -makepatch [-S SNAP] -O PATCH SNAP DIR -makepatch [-S SNAP] SNAP DIR > PATCH +Partially: + merge [-S SNAP] SNAP DIR +Not yet: + merge [-S SNAP] PATCH DIR + merge [-S SNAP] DIR DIR + merge [-S SNAP] URL://DIR DIR + makepatch [-S SNAP] -O PATCH SNAP DIR + makepatch [-S SNAP] SNAP DIR > PATCH + +$Id$ |