xbps-install: sync usage() with reality.

This commit is contained in:
Juan RP 2014-04-17 11:39:47 +02:00
parent f3274fd13a
commit 20fcf3ad0a

View File

@ -52,9 +52,8 @@ usage(bool fail)
" overwritten.\n" " overwritten.\n"
" -h --help Print help usage\n" " -h --help Print help usage\n"
" -n --dry-run Dry-run mode\n" " -n --dry-run Dry-run mode\n"
" -R --repository=<url> Repository to be used. Can be specified\n" " -R,--repository=<url> Add repository to the top of the list.\n"
" multiple times. This overrides the repositories\n" " This option can be specified multiple times.\n"
" list of a configuration file.\n"
" -r --rootdir <dir> Full path to rootdir\n" " -r --rootdir <dir> Full path to rootdir\n"
" -S --sync Sync remote repository index\n" " -S --sync Sync remote repository index\n"
" -u --update Update target package(s)\n" " -u --update Update target package(s)\n"