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
master
Wonki Kim 4 years ago committed by Daniel Zaoui
parent 0ef0b5503e
commit a49e1538d8
  1. 2
      src/bin/player.c
  2. 2
      src/bin/recorder.c

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

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

Loading…
Cancel
Save