Skip to content

Commit

Permalink
Update docs.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rem0o committed Sep 30, 2024
1 parent a3ecc62 commit 427da23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/reactPages/docs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ const c: DocSection = {
};

const w: DocSection = {
key: "-w",
key: "-w --window",
render: () => {
return <>Force the UI window to open, override the minimize option.</>;
}
};

const m: DocSection = {
key: "-m",
key: "-m --minimized",
render: () => {
return (
<>
Expand Down

0 comments on commit 427da23

Please sign in to comment.