mirror of
https://github.com/august-alt/gpui.git
synced 2025-03-21 18:50:37 +03:00
28 lines
861 B
Markdown
28 lines
861 B
Markdown

|
|

|
|
|
|
# GPUI
|
|
|
|
GPUI — is an open source utility for group policy management on ALT-Linux.
|
|
|
|

|
|
|
|
## Building and installation
|
|
|
|
For building and installation instructions refer to [INSTALL.md](INSTALL.md).
|
|
|
|
## Basic usage
|
|
|
|
```
|
|
Usage: gpui-main [options]
|
|
|
|
Options:
|
|
-p <path> The full path of policy to edit.
|
|
-b <path> The full path of policy bundle to load.
|
|
-h, --help Displays help on commandline options.
|
|
-n <name> This options left for compatibility with ADMC. Currently it
|
|
does nothing.
|
|
-v, --version Displays version information.
|
|
```
|
|
|