Cleanup abandoned options

This commit is contained in:
Maciej Ziaja 2020-02-23 16:06:03 +01:00
parent d28c86c8d2
commit 46fa1c63a4
1 changed files with 1 additions and 1 deletions

2
ssb
View File

@ -10,7 +10,7 @@ function usage
function parse_optargs
{
while getopts "dghrc:e:f:m:o:p:" opt; do
while getopts "dghre:f:m:o:p:" opt; do
case $opt in
d)
DISABLE_POSTS=true;;