Fixed Typo in xf:style-archive-export command

Rasmus Vind

Well-known member
Affected version
2.2.1
Code:
php /var/www/html/cmd.php xf:style-archive-export -h

Usage:
  xf:style-archive-export [options] [--] <style-id>

Arguments:
  style-id                       Style ID

Options:
  -d, --destination=DESTINATION  Destination to store the exported archive. Default: current working directory.
  -a, --addon-id=ADDON-ID        If specified, only templates and properties of tje specified style will be exported.
  -i, --independent=INDEPENDENT  If selected, any customizations in parent styles will be included as if they were made in this style.
  -h, --help                     Display this help message
  -q, --quiet                    Do not output any message
  -V, --version                  Display this application version
      --ansi                     Force ANSI output
      --no-ansi                  Disable ANSI output
  -n, --no-interaction           Do not ask any interactive question
  -v|vv|vvv, --verbose           Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

There's a typo in this:

If specified, only templates and properties of tje specified style will be exported.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.2).

Change log:
Correct a few typos in some CLI commands
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom