Print short help text about the "rmgroup" command and exit.
.RE
+.SH CONFIGURATION FILE
+
+.RS 2
+Configuration file has an INI-file syntax. \fIrepa\fR looks for config files in two locations: global /etc/repa.conf and local ~/.repa.conf. Values from global configuration file are overwritten by values from local configuration file. Command line options have highest priority and overwrite options from configuration files.
+.RE
+
+.RS 2
+Example:
+.RE
+
+.RS 2
+[general]
+.RE
+.RS 2
+apiurl = https://api.tizen.org
+.RE
+.RS 2
+apiuser = your_user_name
+.RE
+.RS 2
+apipasswd = your_password
+.RE
+.RS 2
+processes = 20
+.RE
+.RS 2
+project = Tizen:IVI
+.RE
+
+.RS 2
+Mandatory options: apiurl, apiuser, apipasswd and project
+.RE
+
+.RS 2
+Some options (project, processes) can be overridden by commandline options (--project, --processes)
+.RE
+
.SH BUGS
Please, report bugs to Ed Bartosh <eduard.bartosh@intel.com>.