diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-23 13:41:16 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-05-23 13:41:16 +0200 |
commit | e010742e010e8ceb7cc1bb510b6a539bad6a501c (patch) | |
tree | 90fceb9c18da249aa1b6f35bd0e882da2509d0c0 | |
parent | 751886c4ff084e85ba4ecdbf5829b69fed25f5c0 (diff) | |
download | alpine-conf-e010742e010e8ceb7cc1bb510b6a539bad6a501c.zip |
setup-desktop: mention plasma in usage text
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/-/issues/10513
-rw-r--r-- | setup-desktop.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-desktop.in b/setup-desktop.in index 574582a..0860f28 100644 --- a/setup-desktop.in +++ b/setup-desktop.in @@ -6,7 +6,7 @@ PREFIX=@PREFIX@ usage() { cat <<-__EOF__ - usage: setup-desktop [-h] [xfce|gnome] + usage: setup-desktop [-h] [gnome|plasma|xfce] Install a standard desktop |