diff --git a/src/fastfetch.c b/src/fastfetch.c index a0f6d5729..3f6c099be 100644 --- a/src/fastfetch.c +++ b/src/fastfetch.c @@ -46,15 +46,15 @@ static inline void printHelp() " --print-available-presets: list presets fastfetch knows about. They can be loaded with --load-config. (+)\n" "\n" "General options:\n" - " --structure : sets the structure of the fetch. Must be a colon seperated list of keys. Use --print-available-modules to show the default\n" - " --set : hard set the value of an key\n" + " --structure : sets the structure of the fetch. Must be a colon separated list of keys. Use --print-available-modules to show the default\n" + " --set : hard set the value of a key\n" " -c , --color : sets the color of the keys. Must be a linux console color code (+)\n" " --spacing : sets the distance between logo and text\n" - " -s , --seperator : sets the seperator between key and value. Default is a colon with a space\n" + " -s , --seperator : sets the separator between key and value. Default is a colon with a space\n" " -x , --offsetx : sets the x offset. Can be negative to cut the logo, but no more than logo width.\n" " --show-errors : print occuring errors\n" " -r --recache : generate new cached values\n" - " --nocache : dont use cached values, but also dont overwrite existing ones\n" + " --nocache : don't use cached values, but also don't overwrite existing ones\n" " --print-remaining-logo : print the remaining logo, if it is higher than the number of lines shown\n" " --multithreading : use multiple threads to detect values\n" " --load-config : load a config file (+)\n" @@ -120,13 +120,13 @@ static inline void printHelp() " --lib-XFConf \n" "\n" "Module specific options:\n" - " --disk-folders : A colon seperated list of folder paths for the disk output. Default is \"/:/home\"\n" - " --battery-dir : The directory were the battery folders are in. Standard: /sys/class/power_supply/\n" + " --disk-folders : A colon separated list of folder paths for the disk output. Default is \"/:/home\"\n" + " --battery-dir : The directory where the battery folders are. Standard: /sys/class/power_supply/\n" "\n" "Parsing is not case sensitive. E.g. \"--lib-PCI\" is equal to \"--Lib-Pci\"\n" "If a value starts with a ?, it is optional. \"true\" will be used if not set.\n" "A (+) at the end indicates that more help can be printed with --help