From 61039887806b672311745ea89d7c9dbd8df71227 Mon Sep 17 00:00:00 2001 From: Joel Reed Date: Tue, 17 Jul 2007 09:32:34 -0400 Subject: [PATCH] document tf help --- ChangeLog | 1 + docs/tf.txt | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0207766..4bc5fff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * v0.5.0 release notes + # NEW: add "tf help /list" helper for shell completion # NEW: add History.StopAfter setting option # NEW: implement tf help with display of valid options for each command. diff --git a/docs/tf.txt b/docs/tf.txt index 1e21ccc..320eea9 100644 --- a/docs/tf.txt +++ b/docs/tf.txt @@ -81,6 +81,11 @@ COMMANDS Think "cvs/svn update". Note: Files are initially set to read-only, until checked out with the *checkout* command. +*help [ | /list ]*:: + Show builtin help. Optionally, specify a tf command for which to + show detailed help. The /list option is primarily a helper for shell + completion code. + *history [ /format:detailed /recursive /stopafter:X ]*:: Display changelog history for specified file. If you are looking for a git-log/svn log type function use this and add /recursive. Use /stopafter -- 2.11.4.GIT