Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 3ad95df1b9ec0c823807557dbacf5694 > files > 418

bzr-doc-2.2.4-1.fc14.noarch.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>"