==================================== -h: show available options and exit. ==================================== The **-h** option simply shows **pync**'s help message. This will display a short description and a brief summary of the available options: .. tab:: Unix .. code-block:: sh pync -h .. tab:: Windows .. code-block:: sh py -m pync -h .. tab:: Python .. code-block:: python import pync pync.run('-h')