From cd8982b645ef8a24f0c5b4e280aca268f71d8992 Mon Sep 17 00:00:00 2001 From: SanskritFritz Date: Wed, 29 Mar 2017 23:26:38 +0200 Subject: [PATCH] Obsolete completions removed --- share/completions/burp.fish | 7 ------- share/completions/fcrontab.fish | 17 ----------------- 2 files changed, 24 deletions(-) delete mode 100644 share/completions/burp.fish delete mode 100644 share/completions/fcrontab.fish diff --git a/share/completions/burp.fish b/share/completions/burp.fish deleted file mode 100644 index 5c57c7752..000000000 --- a/share/completions/burp.fish +++ /dev/null @@ -1,7 +0,0 @@ - -complete -c burp -s u -l user --description 'AUR login username' -complete -c burp -s p -l password --description 'AUR login password' -complete -c burp -s c -l category --description 'Specify CATEGORY for the package' -complete -c burp -s C -l cookies --description 'The path in which to store cookies' -complete -c burp -s k -l keep-cookies --description 'Cookies will be persistent' -complete -c burp -s v -l verbose --description 'Be more verbose' diff --git a/share/completions/fcrontab.fish b/share/completions/fcrontab.fish deleted file mode 100644 index da9bcdd2d..000000000 --- a/share/completions/fcrontab.fish +++ /dev/null @@ -1,17 +0,0 @@ -# -# Command specific completions for the fcrontab command. -# These completions where generated from the commands -# man page by the make_completions.py script, but may -# have been hand edited since. -# - -complete -c fcrontab -s u --description 'User Specify the user whose fcrontab will be managed, or "systab" for the system fcrontab' -complete -c fcrontab -s l --description 'List user\'s current fcrontab to standard output' -complete -c fcrontab -s e --description 'Edit user\'s current fcrontab using either the editor specified by the environment variable VISUAL, or EDITOR if VISUAL is not set' -complete -c fcrontab -s r --description 'Remove user\'s fcrontab' -complete -c fcrontab -s z --description 'Reinstall user\'s fcrontab from its source code' -complete -c fcrontab -s n --description 'Ignore previous version' -complete -c fcrontab -s c --description 'File Make fcrontab use config file file instead of default config file /usr/local/etc/fcron' -complete -c fcrontab -s d --description 'Run in debug mode' -complete -c fcrontab -s h --description 'Display a brief description of the options' -complete -c fcrontab -s V --description 'Display an informational message about fcrontab, including its version and the license under which it is distributed'