dont use switches in autocomplete

This commit is contained in:
James Tomasino 2018-09-24 22:36:03 -04:00
parent d9a4f0169e
commit fc49cbeb90
1 changed files with 1 additions and 1 deletions

2
burrow
View File

@ -601,7 +601,7 @@ main () {
parse_input "$@"
if [ $arg_shortlist -gt 0 ]; then
out="phlog gophermap rss edit-config update-git -v -h -d"
out="phlog gophermap rss edit-config update-git"
die "${out}" 0
fi