From 1f177e56803eb2eebed04d17ccbcd0f24e1ed0a3 Mon Sep 17 00:00:00 2001 From: Limao Luo Date: Sat, 11 May 2013 11:28:19 -0400 Subject: [PATCH] more consistent completion messages --- src/_yaourt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_yaourt b/src/_yaourt index 278a9ac..0dc5455 100644 --- a/src/_yaourt +++ b/src/_yaourt @@ -219,13 +219,13 @@ _yaourt() { _yaourt_opts_common=( '-b[Alternate database location]:database_location:_files -/' '-h[Display syntax for the given operation]' - '-r[Set alternate installation root]:installation root:_files -/' + '-r[Alternate installation root]:installation root:_files -/' '-v[Be more verbose]' '--cachedir[Alternate package cache location]:cache_location:_files -/' - '--config[An alternate configuration file]:config file:_files' + '--config[Alternate configuration file]:config file:_files' '--debug[Display debug messages]' '--gpgdir[Alternate GnuPG home directory]:gpg_directory:_files -/' - '--logfile[An alternate log file]:config file:_files' + '--logfile[Alternate log file]:config file:_files' '--noconfirm[Do not ask for confirmation]' '--noprogressbar[Do not show a progress bar when downloading files]' '--noscriptlet[Do not execute the install scriptlet if one exists]'