Skip to content

Commit

Permalink
Update oh-my-posh.ts to fix an error in the "config export" command d…
Browse files Browse the repository at this point in the history
…escription (withfig#2458)
  • Loading branch information
RomainFon authored Sep 25, 2024
1 parent d9340b0 commit aed1e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oh-my-posh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const completionSpec: Fig.Spec = {
{
name: ["--output", "-o"],
description:
"The file to output the migrated config to, example usage: 'oh-my-posh config migrate --output ~/.config.omp.json'",
"The file to output the migrated config to, example usage: 'oh-my-posh config export --output ~/.config.omp.json'",
args: {
name: "OUTPUT",
description: "The file to write to",
Expand Down

0 comments on commit aed1e6c

Please sign in to comment.