Skip to content

Commit 5fd074a

Browse files
committed
Clean uninstall to not show remove example
1 parent 4e05aeb commit 5fd074a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/command/uninstall/cmd.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ export const uninstallCommand = new Command()
3030
`Uninstalls a global dependency (${installableToolNames().join(", ")}).`,
3131
)
3232
.example(
33-
"Remove extension using name",
34-
"quarto remove <extension-name>",
33+
"Uninstall TinyTeX",
34+
"quarto uninstall tinytex",
3535
)
3636
.example(
3737
"Uninstall Chrome Headless Shell",

0 commit comments

Comments
 (0)