Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-updates > by-pkgid > b76c35463c1f8c7695c30100451dc92e > files > 2949

bzr-2.7.0-1.3.mga6.x86_64.rpm

whoami
======

:Purpose: Show or set bzr user id.
:Usage:   bzr whoami [NAME]

:Options:
  -v, --verbose         Display more information.
  -q, --quiet           Only display errors and warnings.
  -d ARG, --directory=ARG
                        Branch to operate on, instead of working directory.
  --branch              Set identity for the current branch instead of
                        globally.
  --usage               Show usage message and options.
  --email               Display email address only.
  -h, --help            Show help message.

:Examples:
    Show the email of the current user::

        bzr whoami --email

    Set the current user::

        bzr whoami "Frank Chu <fchu@example.com>"