diff --git a/source/reference/minio-mc.rst b/source/reference/minio-mc.rst index b9152203..466a7692 100644 --- a/source/reference/minio-mc.rst +++ b/source/reference/minio-mc.rst @@ -560,6 +560,14 @@ Global Options All :ref:`commands ` support the following global options. You can also define some of these options using :ref:`Environment Variables `. +.. option:: --config-dir + + The path to a ``JSON`` formatted configuration file that + :program:`mc` uses for storing data. See :ref:`mc-configuration` for + more information on how :program:`mc` uses the configuration file. + + Alternatively, set the environment variable :envvar:`MC_CONFIG_DIR`. + .. option:: --debug Enables verbose output to the console. @@ -574,14 +582,6 @@ You can also define some of these options using :ref:`Environment Variables `_ formatted output to the @@ -617,13 +625,26 @@ You can also define some of these options using :ref:`Environment Variables