Skip to content

Commit 9d31855

Browse files
committed
Tweak command examples
1 parent fab7069 commit 9d31855

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/commands/fix/cmd-fix.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ async function run(
176176
177177
Examples
178178
$ ${command}
179-
$ ${command} ./proj/tree --auto-merge
179+
$ ${command} ./path/to/project --range-style pin
180180
`,
181181
}
182182

src/commands/fix/cmd-fix.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ describe('socket fix', async () => {
8181
8282
Examples
8383
$ socket fix
84-
$ socket fix ./proj/tree --auto-merge"
84+
$ socket fix ./path/to/project --range-style pin"
8585
`,
8686
)
8787
expect(`\n ${stderr}`).toMatchInlineSnapshot(`

src/commands/optimize/cmd-optimize.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async function run(
6363
6464
Examples
6565
$ ${command}
66-
$ ${command} ./proj/tree --pin
66+
$ ${command} ./path/to/project --pin
6767
`,
6868
}
6969

src/commands/optimize/cmd-optimize.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ describe('socket optimize', async () => {
6363
6464
Examples
6565
$ socket optimize
66-
$ socket optimize ./proj/tree --pin"
66+
$ socket optimize ./path/to/project --pin"
6767
`,
6868
)
6969
expect(`\n ${stderr}`).toMatchInlineSnapshot(`

src/commands/patch/cmd-patch.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async function run(
7070
Examples
7171
$ ${command}
7272
$ ${command} --package lodash
73-
$ ${command} ./proj/tree --package lodash,react
73+
$ ${command} ./path/to/project --package lodash,react
7474
`,
7575
}
7676

0 commit comments

Comments
 (0)