summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHpl4r <hplar@protonmail.com>2020-09-17 12:29:06 +0200
committerGitHub <noreply@github.com>2020-09-17 12:29:06 +0200
commit30fb1bd4e81b97378b23a4b59eeb5aeeb3d67225 (patch)
tree0137af566611aa974adec4afcf5b0405034ca1e7
parent7c331b130be01d6af3f566417c0a4881260f0c27 (diff)
[HELP] Fix typo in help msgs (#1198)
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 6eaa5b06..fe2c2b6c 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -297,7 +297,7 @@ static void print_main_application_options ( int is_term )
print_help_msg ( "-no-plugins", "", "Disable loading of external plugins.", NULL, is_term );
print_help_msg ( "-plugin-path", "", "Directory used to search for rofi plugins. *DEPRECATED*", NULL, is_term );
print_help_msg ( "-dump-config", "", "Dump the current configuration in rasi format and exit.", NULL, is_term );
- print_help_msg ( "-upgrade-config", "", "Upgrade the old-style configuration fiel in the new rasi format and exit.", NULL, is_term );
+ print_help_msg ( "-upgrade-config", "", "Upgrade the old-style configuration file in the new rasi format and exit.", NULL, is_term );
print_help_msg ( "-dump-theme", "", "Dump the current theme in rasi format and exit.", NULL, is_term );
}
static void help ( G_GNUC_UNUSED int argc, char **argv )