summaryrefslogtreecommitdiff
path: root/sce
diff options
context:
space:
mode:
Diffstat (limited to 'sce')
-rwxr-xr-xsce6
1 files changed, 5 insertions, 1 deletions
diff --git a/sce b/sce
index c1f7659..53f92f6 100755
--- a/sce
+++ b/sce
@@ -4,7 +4,11 @@
set -euo pipefail
usage() {
- echo "Usage: ${0##*/} [OPTIONS] unit-name" >&2
+ cat <<EOF >&2
+Usage: ${0##*/} [OPTIONS] unit-name
+
+OPTIONS is systemctl options. User --user for user service.
+EOF
exit 1
}