This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository eshell.
View the commit online.
commit a706253853096210a0c0322e610e8c077a06631c
Author: swagtoy <m...@ow.swag.toys>
AuthorDate: Thu Oct 24 17:53:30 2024 -0400
eshell: lowercase options
---
eshell/src/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eshell/src/main.c b/eshell/src/main.c
index 9c1bea3..09ec2e0 100644
--- a/eshell/src/main.c
+++ b/eshell/src/main.c
@@ -14,8 +14,8 @@ static const Ecore_Getopt options = {
ECORE_GETOPT_STORE_STR('M', "module", "Module(s) to load"),
ECORE_GETOPT_VERSION('V', "version"),
ECORE_GETOPT_COPYRIGHT('R', "copyright"),
- ECORE_GETOPT_LICENSE('L', "License"),
- ECORE_GETOPT_HELP('h', "Help"),
+ ECORE_GETOPT_LICENSE('L', "license"),
+ ECORE_GETOPT_HELP('h', "help"),
ECORE_GETOPT_SENTINEL,
}
};
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.