Skip to content

Commit 4eaa04d

Browse files
krekhovxCarterLi
authored andcommitted
Presets: update examples to replace deprecated --load-config with --config
1 parent 7592885 commit 4eaa04d

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

presets/examples/10.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Load with --load-config examples/2.jsonc
1+
// Load with --config examples/2.jsonc
22
// Note that you must replace the image path to an existing image to display it.
33

44
{

presets/examples/2.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Load with --load-config examples/2.jsonc
1+
// Load with --config examples/2.jsonc
22
// Note that you must replace the image path to an existing image to display it.
33

44
{

presets/examples/3.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Load with --load-config examples/3.jsonc
1+
// Load with --config examples/3.jsonc
22

33
{
44
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",

presets/examples/4.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Load with --load-config examples/4.jsonc
1+
// Load with --config examples/4.jsonc
22

33
{
44
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",

presets/examples/5.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Load with --load-config examples/5.jsonc
1+
// Load with --config examples/5.jsonc
22

33
{
44
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",

presets/examples/6.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Load with --load-config examples/2.jsonc
1+
// Load with --config examples/2.jsonc
22
// Note that you must replace the image path to an existing image to display it.
33

44
{

presets/examples/7.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Load with --load-config examples/2.jsonc
1+
// Load with --config examples/2.jsonc
22
// Note that you must replace the image path to an existing image to display it.
33

44
{

0 commit comments

Comments
 (0)