On Monday, October 30, 2017 at 7:07:05 AM UTC-7, Dan Begallie wrote:

> So my question is should the line be either
>
> *58 23 * * * /home/weewx/bin/wunderfixer -l weewx > /dev/null 2>&1 *
>
> or
>
> *58 23 * * * /home/weewx/bin/wunderfixer --log=weewx > /dev/null 2>&1 *
>
> or does 
>
> 58 23 * * * /home/weewx/bin/wunderfixer --log weewx > /dev/null 2>&1 
>
> work perfectly fine?
>
>
>
All three versions are equivalent.  The python optparse module that's used 
under the hood is pretty flexible. 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to