enhance help description for command with arguments

Summary:
there isn't a description to provide a way to run with command with arguments.
this patch modifies description for using sential(--)

Reviewers: JackDanielZ

Reviewed By: JackDanielZ

Differential Revision: https://phab.enlightenment.org/D9165
This commit is contained in:
Wonki Kim 2019-10-06 15:09:21 +03:00 committed by Daniel Zaoui
parent 0ef0b5503e
commit a49e1538d8
2 changed files with 2 additions and 2 deletions

View File

@ -1089,7 +1089,7 @@ _my_evas_new(int w EINA_UNUSED, int h EINA_UNUSED)
static const Ecore_Getopt optdesc = { static const Ecore_Getopt optdesc = {
"exactness_play", "exactness_play",
"%prog [options] <-s|-o|-v|-t|-h> command", "%prog [options] <-s|-o|-v|-t|-h> [--] command [arg1 arg2 ...]",
PACKAGE_VERSION, PACKAGE_VERSION,
"(C) 2017 Enlightenment", "(C) 2017 Enlightenment",
"BSD", "BSD",

View File

@ -351,7 +351,7 @@ _mkdir(const char *dir)
static const Ecore_Getopt optdesc = { static const Ecore_Getopt optdesc = {
"exactness_record", "exactness_record",
"%prog [options] <-v|-t|-h> command", "%prog [options] <-v|-t|-h> [--] command [arg1 arg2 ...]",
PACKAGE_VERSION, PACKAGE_VERSION,
"(C) 2017 Enlightenment", "(C) 2017 Enlightenment",
"BSD", "BSD",