unshare-helper/app/cmd/help

16 lines
389 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.
* app-export </path/to/prefix> <application name or /path/to/application.desktop> <name-suffix>
Add a desktop launcher from the prefix to the host.
* app-unexport </path/to/prefix> <application>
Remove a desktop launcher of a prefix from the host.\
"