mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
git-serve: Mark setup-repo as deprecated
Since 0c1187c
(git-serve: Deprecate setup-repo, 2016-07-24), it is no
longer recommended to use setup-repo. Mark the command as deprecated in
the usage/help text.
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
e3bcf83feb
commit
ab228fd3c3
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ elif action == 'help':
|
||||||
" list-repos List all your repositories.\n" +
|
" list-repos List all your repositories.\n" +
|
||||||
" restore <name> Restore a deleted package base.\n" +
|
" restore <name> Restore a deleted package base.\n" +
|
||||||
" set-keywords <name> [...] Change package base keywords.\n" +
|
" set-keywords <name> [...] Change package base keywords.\n" +
|
||||||
" setup-repo <name> Create an empty repository.\n" +
|
" setup-repo <name> Create a repository (deprecated).\n" +
|
||||||
" git-receive-pack Internal command used with Git.\n" +
|
" git-receive-pack Internal command used with Git.\n" +
|
||||||
" git-upload-pack Internal command used with Git.")
|
" git-upload-pack Internal command used with Git.")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue