summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-02 19:35:44 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2007-11-02 19:35:44 +0100
commitf21582b1e128e1b1a1338f0bb898979b078a0ccb (patch)
treeabf1738b54d7deae34a666a7bac8b3e05601eb20
parent5e819501395be3428f072e7ce295bfbb23d3e82b (diff)
downloadndim-git-utils-f21582b1e128e1b1a1338f0bb898979b078a0ccb.tar.gz
ndim-git-utils-f21582b1e128e1b1a1338f0bb898979b078a0ccb.tar.xz
ndim-git-utils-f21582b1e128e1b1a1338f0bb898979b078a0ccb.zip
Get rid of redundant docs
-rwxr-xr-xsrc/git-amb16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/git-amb b/src/git-amb
index fb036b2..e78b5a4 100755
--- a/src/git-amb
+++ b/src/git-amb
@@ -23,21 +23,7 @@ USAGE="<command> [params...]"
LONG_USAGE="\
Build automake based git checkout in branch specific build and install trees.
-
-Commands:
- autoreconf Run autoreconf on \${top_srcdir}.
- configure Run configure in \${top_builddir}.
- make Run make in \${top_builddir}.
- sh Start shell in \${top_builddir}.
- clean Run 'make clean' in \${top_builddir}.
- distclean Run 'make distclean' in \${top_builddir}.
- purge Remove both build and install tree.
- uninstall Remove \${installdir}.
- builddir Print \${builddir}.
- installdir Print \${installdir}.
-
-The params are passed to the respective command called.
-"
+For more details, see the git-amb(1) man page."
. git-sh-setup
require_work_tree