From d5c1840d6884ef69f6a99d303d4f42606e7d37a3 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 9 Jun 2015 03:42:19 +0300 Subject: [PATCH] Fix fish completion --- conf/slpkg.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/slpkg.fish b/conf/slpkg.fish index 49dc9e3e..a43f73fb 100644 --- a/conf/slpkg.fish +++ b/conf/slpkg.fish @@ -1,7 +1,7 @@ complete --command slpkg --long-option help --short-option h --description 'Print this help message and exit.' complete --command slpkg --long-option version --short-option v --description 'Print program version and exit.' -complete --command slpkg --long-option autobuild --short-option a --description '' -complete --command slpkg --long-option blacklist --description 'Auto build SBo packages. If you already have downloaded the script and the source code you can build a new package with this command.' +complete --command slpkg --long-option autobuild --short-option a --description 'Auto build SBo packages. If you already have downloaded the script and the source code you can build a new package with this command.' +complete --command slpkg --long-option blacklist --short-option b --description 'Manage packages in the blacklist. Add or remove packages and print the list. Each package is added here will not be accessible by the program.' complete --command slpkg --long-option queue --short-option q --description 'Manage SBo packages in the queue. Add or remove and print the list build-install of packages. Build and then install the packages from the queue.' complete --command slpkg --long-option config --short-option g --description 'Configuration file management. Print the configuration file or edit.' complete --command slpkg --long-option list --short-option l --description 'Print a list of all available packages repository, index or print only packages installed on the system.'