Skip to content

Commit b5170c0

Browse files
committed
document --foreground for choose
1 parent 329c9be commit b5170c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

qbpm/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ def launch(profile_dir: Path, profile_name: str, **kwargs: Any) -> None:
122122
metavar="COMMAND",
123123
help=f"A dmenu-compatible command or one of the following supported menus: {', '.join(sorted(SUPPORTED_MENUS))}",
124124
)
125-
@click.option("-f", "--foreground", is_flag=True)
125+
@click.option(
126+
"-f", "--foreground", is_flag=True, help="Run qutebrowser in the foreground."
127+
)
126128
@click.pass_obj
127129
def choose(profile_dir: Path, **kwargs: Any) -> None:
128130
"""Choose a profile to launch.

0 commit comments

Comments
 (0)