Skip to content

Instantly share code, notes, and snippets.

@zoranzaric
Created September 13, 2011 08:47
Show Gist options
  • Save zoranzaric/1213432 to your computer and use it in GitHub Desktop.
Save zoranzaric/1213432 to your computer and use it in GitHub Desktop.
zz@trunks 10:47 [130]» java -jar build/source.jar -b 127.0.0.1:3002
Options required but not given:
s, stream, The stream that is served by the source.
Usage: source.jar [--bind hostname[:port]] [--tracker hostname[:port]] --stream StreamIdentifier
Required parameters:
-s, --stream The stream that is served by the source.
Optional parameters:
-v, --verboseMakes output more verbose (can be used multiple times).
-q, --quiet Suspresses output, overrides any verbosity level.
-b, --bind The address to bind to.
-t, --trackerThe tracker's address to bind to.
zsh: exit 255 java -jar build/source.jar -b 127.0.0.1:3002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment