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:
Lukas Fleischer 2016-09-12 08:44:54 +02:00
parent e3bcf83feb
commit ab228fd3c3

View file

@ -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: