Created
September 13, 2011 08:47
-
-
Save zoranzaric/1213432 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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