Small documentation updates for clarity

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2008-12-07 22:08:18 -06:00
parent 59776ef306
commit 78cf32e194
2 changed files with 3 additions and 3 deletions

View File

@ -90,7 +90,7 @@ similar to `$_basekernver`.
+
It is also possible to specify an optional filename, which is helpful
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)*::
An array of filenames corresponding to those from the source array. Files

View File

@ -16,9 +16,9 @@ repo-add - package database maintenance utility
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