mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-22 15:58:50 -05:00
Small documentation updates for clarity
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
59776ef306
commit
78cf32e194
@ -90,7 +90,7 @@ similar to `$_basekernver`.
|
|||||||
+
|
+
|
||||||
It is also possible to specify an optional filename, which is helpful
|
It is also possible to specify an optional filename, which is helpful
|
||||||
with weird URLs and for handling multiple source files with the same
|
with weird URLs and for handling multiple source files with the same
|
||||||
name. The syntax is: `source=('filename::url')`
|
name. The syntax is: `$$source=('filename::url')$$`
|
||||||
|
|
||||||
*noextract (array)*::
|
*noextract (array)*::
|
||||||
An array of filenames corresponding to those from the source array. Files
|
An array of filenames corresponding to those from the source array. Files
|
||||||
|
@ -16,9 +16,9 @@ repo-add - package database maintenance utility
|
|||||||
|
|
||||||
Synopsis
|
Synopsis
|
||||||
--------
|
--------
|
||||||
repo-add [-q] <path-to-db> <package> ...
|
repo-add [-q] <path-to-db> <package1> [<package2> ...]
|
||||||
|
|
||||||
repo-remove [-q] <path-to-db> <packagename> ...
|
repo-remove [-q] <path-to-db> <packagename> [<packagename2> ...]
|
||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
Loading…
Reference in New Issue
Block a user