proot-helper/app/cmd/help

13 lines
357 B
Bash
Executable File

#!/usr/bin/env bash
set -e
echo "\
* help
Show this help.
* prefix-start </path/to/prefix> <command>
Start a program within a prefix. If PROOTH_ROOT is set to 1, it will use settings that emulate root rights.
* app-export </path/to/prefix> <application or /path/to/application.desktop> <name-suffix>
Add a desktop launcher from the prefix to the host.\
"