On 28 June 2016 at 10:24, Stefan Hajnoczi <stefa...@gmail.com> wrote: > On Mon, Jun 27, 2016 at 02:14:09PM +0200, Thomas Huth wrote: >> +function show_help { >> + echo "Usage:" >> + echo " -s <commit> : Start searching by this commit" > > s/by/at/ > >> + echo " -e <commit> : End searching by this commit" > > s/by/at/ > >> + echo " -c : Check if bugs are still open" >> + echo " -b : Open bugs in browser (firefox by default)" > > Use xdg-open(1) on Linux and open(1) on Mac OS X to open a URL with the > default browser.
On Debian and ubuntu 'sensible-browser' is in a priority:required package, but xdg-open is in a priority:optional one... thanks -- PMM