Function: pcomplete/b2sum

pcomplete/b2sum is an autoloaded and byte-compiled function defined in pcmpl-unix.el.gz.

Signature

(pcomplete/b2sum)

Documentation

Completion for the b2sum command.

Source Code

;; Defined in /usr/src/emacs/lisp/pcmpl-unix.el.gz
;;;###autoload
(defun pcomplete/b2sum ()
  "Completion for the `b2sum' command."
  (pcomplete-here-using-help "b2sum --help"))