diff options
author | Dave Reisner <dreisner@archlinux.org> | 2017-07-08 09:25:13 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2017-07-08 13:25:43 -0400 |
commit | 6def64c8e0b6d6d41b8768db6d8448f8bc320bbf (patch) | |
tree | 6763bad2cbc332dc705f6070f2caae34b3ff3501 /man/asp.1.txt | |
parent | 19dcc3111174284babb30742539bdef4fa8808c9 (diff) | |
download | asp32-6def64c8e0b6d6d41b8768db6d8448f8bc320bbf.tar.xz |
add set-git-protocol command
While we're at it, separate our help output into two sections, since
we're accumulating a growing list of subcommands which operate not on
packages, but on the meta level of the asp repo.
Closes #15.
Diffstat (limited to 'man/asp.1.txt')
-rw-r--r-- | man/asp.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/asp.1.txt b/man/asp.1.txt index e615183..7b984e3 100644 --- a/man/asp.1.txt +++ b/man/asp.1.txt @@ -69,6 +69,10 @@ The following commands are understood: *ls-files* 'TARGET':: List source files for the given target. +*set-git-protocol* 'PROTOCOL':: + Set the protocol used to communicate with the remote git repositories. Must + be one of 'git', 'http', or 'https'. + *shortlog* 'TARGET':: Show a condensed revision history of the target. |