common-options.rst 474 B

1234567891011121314151617
  1. .. option:: --version
  2. Print the version of Salt that is running.
  3. .. option:: --versions-report
  4. Show program's dependencies and version number, and then exit
  5. .. option:: -h, --help
  6. Show the help message and exit
  7. .. option:: -c CONFIG_DIR, --config-dir=CONFIG_dir
  8. The location of the Salt configuration directory. This directory contains
  9. the configuration files for Salt master and minions. The default location
  10. on most systems is ``/etc/salt``.