Updated Usage to include IP camera options.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@526 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
423fc75678
commit
b62546b2ad
|
@ -37,7 +37,8 @@ void Usage()
|
||||||
{
|
{
|
||||||
fprintf( stderr, "zmc -d <device_id>\n" );
|
fprintf( stderr, "zmc -d <device_id>\n" );
|
||||||
fprintf( stderr, "Options:\n" );
|
fprintf( stderr, "Options:\n" );
|
||||||
fprintf( stderr, " -d, --device <device_id> : Specify which device to access, 0=>/dev/video0 etc\n" );
|
fprintf( stderr, " -d, --device <device_id> : For local cameras, device to access 0=>/dev/video0 etc\n" );
|
||||||
|
fprintf( stderr, " -H <host> -P <port> -p <path> : For remote cameras\n" );
|
||||||
fprintf( stderr, " -h, --help : This screen\n" );
|
fprintf( stderr, " -h, --help : This screen\n" );
|
||||||
exit( 0 );
|
exit( 0 );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue