Skip to content

Commit b382607

Browse files
committed
refer to desktop entries consistently in docs
1 parent 68c9914 commit b382607

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qbpm/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def creator_options(f: Callable[..., Any]) -> Callable[..., Any]:
4040
default=True,
4141
is_flag=True,
4242
flag_value=False,
43-
help="Do not generate a .desktop file for the profile.",
43+
help="Do not generate an XDG desktop entry for the profile.",
4444
),
4545
click.option(
4646
"--overwrite",
@@ -176,7 +176,7 @@ def desktop(
176176
context: Context,
177177
profile_name: str,
178178
) -> None:
179-
"""Create an XDG desktop file for an existing profile."""
179+
"""Create an XDG desktop entry for an existing profile."""
180180
profile = Profile(profile_name, **vars(context))
181181
exit_with(operations.desktop(profile))
182182

0 commit comments

Comments
 (0)