diff --git a/README.md b/README.md index 3232aec..f2e8aef 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,9 @@ ## 🔧 Using +Example: ```bash -ponyfetch [OPTION] +ponyfetch -c=blue -p=rainbowdash_large ``` | Option | Description | Type | Default | Required? | diff --git a/src/helpers/arguments.rs b/src/helpers/arguments.rs index a5b6b39..92c74de 100644 --- a/src/helpers/arguments.rs +++ b/src/helpers/arguments.rs @@ -38,9 +38,9 @@ impl Arguments { println!("Prints a pony with system information."); println!(" -h, --help Display this help and exit - -c, --color Set the color of the pony - -l, --list List all available ponies - -p, --pony Set the pony to display + -c=, --color= Set the color of the pony + -l=, --list= List all available ponies + -p=, --pony= Set the pony to display "); std::process::exit(0);