qlop: unrecognized option '--list'
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: -[ctaHMmuUslerd:f:w:vqChV]
  -c, --summary       * Print summary of average merges (implies -a)
  -t, --time          * Print time taken to complete action
  -a, --average       * Print average time taken to complete action
  -H, --human         * Print elapsed time in human readable format (use with -t or -a)
  -M, --machine       * Print elapsed time as seconds with no formatting
  -m, --merge         * Show merge history
  -u, --unmerge       * Show unmerge history
  -U, --autoclean     * Show autoclean unmerge history
  -s, --sync          * Show sync history
  -e, --endtime       * Report time at which the operation finished (iso started)
  -r, --running       * Show current emerging packages
  -d, --date <arg>    * Limit selection to this time (1st -d is start, 2nd -d is end)
  -l, --lastmerge     * Limit selection to last Portage emerge action
  -f, --logfile <arg> * Read emerge logfile instead of $EMERGE_LOG_DIR/emerge.log
  -w, --atoms <arg>   * Read package atoms to report from file
      --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