diff options
Diffstat (limited to 'doc/apk-update.8.scd')
-rw-r--r-- | doc/apk-update.8.scd | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/apk-update.8.scd b/doc/apk-update.8.scd new file mode 100644 index 0000000..5fccdc1 --- /dev/null +++ b/doc/apk-update.8.scd @@ -0,0 +1,24 @@ +apk-update(8) + +# NAME + +apk update - update repository indexes + +# SYNOPSIS + +*apk update* + +# DESCRIPTION + +*apk update* fetches the index from all configured package repositories. See +*apk-repositories*(5) for more information on configuring package repositories. + +# OPTIONS + +*apk update* does not support any specific options. See *apk*(8) for global +options. + +# AUTHORS + +Natanael Copa <ncopa@alpinelinux.org>++ +Timo Teräs <_timo.teras@iki.fi_> |