diff --git a/src/bin/player.c b/src/bin/player.c --- a/src/bin/player.c +++ b/src/bin/player.c @@ -1089,7 +1089,7 @@ 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", diff --git a/src/bin/recorder.c b/src/bin/recorder.c --- a/src/bin/recorder.c +++ b/src/bin/recorder.c @@ -351,7 +351,7 @@ 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",