summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2017-11-13 14:56:43 +0000
committerFrediano Ziglio <fziglio@redhat.com>2017-11-14 10:31:44 +0000
commitfc0f12b74424f9ca593c368f57a26dc1a5996a43 (patch)
treef3dc346c15ee9abe07bb763327bdd44a02c84b8f
parentb2b695124fe649fb7e8b363e14aeb3f19a70b311 (diff)
Remove plugin settings usage
Not really maintainable to add all plugins options here. We should came up with a way to print settings dynamically. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe de Dinechin <dinechin@redhat.com>
-rw-r--r--src/spice-streaming-agent.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/spice-streaming-agent.cpp b/src/spice-streaming-agent.cpp
index 11769ff..d5984bc 100644
--- a/src/spice-streaming-agent.cpp
+++ b/src/spice-streaming-agent.cpp
@@ -277,9 +277,6 @@ static void usage(const char *progname)
printf("\t--log-binary -- log binary frames (following -l)\n");
printf("\t-d -- enable debug logs\n");
printf("\t-c variable=value -- change settings\n");
- printf("\t\tprofile = [0, 1, 66, 77, 100, 244]\n");
- printf("\t\tratecontrol = constqp/vbr/cbr/2passq/2passf/2passi\n");
- printf("\t\tdwqp = 0-51\n");
printf("\t\tframerate = 1-100 (check 10,20,30,40,50,60)\n");
printf("\n");
printf("\t-h or --help -- print this help message\n");