qlop: unrecognized option '--merge'
Usage: qlop [opts] <pkgname> : emerge log analyzer

The --date option can take a few forms:
  -d '# <day|week|month|year>[s] [ago]'  (e.g. '3 days ago')
Or using strptime(3) formats:
  -d '2015-12-25'           (detected as %Y-%m-%d)
  -d '1459101740'           (detected as %s)
  -d '%d.%m.%Y|25.12.2015'  (format is specified)

Options: -[gtHluscd:f:vqChV]
  -g, --gauge         * Gauge number of times a package has been merged
  -t, --time          * Calculate merge time for a specific package
  -H, --human         * Print seconds in human readable format (needs -t)
  -l, --list          * Show merge history
  -u, --unlist        * Show unmerge history
  -s, --sync          * Show sync history
  -c, --current       * Show current emerging packages
  -d, --date <arg>    * Limit selection to this time (1st -d is start, 2nd -d is end)
  -f, --logfile <arg> * Read emerge logfile instead of $EMERGE_LOG_DIR/emerge.log
      --root <arg>    * Set the ROOT env var
  -v, --verbose       * Make a lot of noise
  -q, --quiet         * Tighter output; suppress warnings
  -C, --nocolor       * Don't output color
  -h, --help          * Print this help and exit
  -V, --version       * Print version and exit