Skip to content

docs: correct -s command-line flag description (7.1)#731

Open
DeepDiver1975 wants to merge 1 commit into
7.1from
fix/722-show-flag-7.1
Open

docs: correct -s command-line flag description (7.1)#731
DeepDiver1975 wants to merge 1 commit into
7.1from
fix/722-show-flag-7.1

Conversation

@DeepDiver1975

Copy link
Copy Markdown
Member

What

Corrects the description of the -s / --show command-line flag in installing.adoc.

The docs claimed the flag "forces the settings page to be displayed on startup". Per the owncloud/client v7.1.0 source (src/gui/main.cpp:123-125), the flag actually:

Start with the main window visible, or if it is already running, bring it to the front. By default, the client launches in the background.

Why

The previous wording was inaccurate — there is no "settings page" behavior for this flag.

Refs #722 (master PR carries the closing keyword).

🤖 Generated with Claude Code

The `-s` / `--show` flag does not open a settings page. Per the
owncloud/client v7.1.0 source (src/gui/main.cpp), it starts the Desktop
App with the main window visible, or brings an already-running instance
to the front. By default the client launches in the background.

Closes #722

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 Automated code review by Claude Code review agent

Verdict: Approve. Verified against upstream owncloud/client at tag v7.1.0 (matching the 7.1 docs line).

  • src/gui/main.cpp:123-125 registers {{"s"},{"show"}} with help text: "Start with the main window visible, or if it is already running, bring it to the front. By default, the client launches in the background." The new description matches it, and adding the --show long form is correct.
  • Old "settings page" wording was inaccurate for the flag's documented behavior.
  • Scope docs-only (+1/-1); no broken AsciiDoc.

Pair consistency: 7.1 port of #732. baseRefName 7.1 (vs master); diffs identical. Consistent. Correctly uses Refs #722 while #732 carries Closes #722.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant