Code

Added missing includes identified by strict standard checks.
[libjunos.git] / doc / junosc.1.txt
index b22c5a5f024ff80fd6eb30afdaed1e66c653491f..41c7b9ceacc41182566290e19c84999e1ca26530 100644 (file)
@@ -10,16 +10,33 @@ junosc - a JUNOScript client application
 
 SYNOPSIS
 --------
-*junosc* ['options']
+*junosc -H* '<hostname>' ['options'] '<method>'
 
 DESCRIPTION
 -----------
 *junosc* is a client application to connect to routers running JUNOS software.
-It may be used to issue JUNOScript commands and display the response to the
+It may be used to issue JUNOScript method and display the response to the
 user.
 
 OPTIONS
 -------
+*-H* '<host>'::
+       Specify the hostname to connect to. Unless disabled by the *-n* option,
+       the hostname will be used to lookup further connection options in the
+       netrc(5) file.
+
+*-u* '<username>'::
+       Specify the username to connect with. Using this option will overwrite any
+       username specified the netrc(5) file.
+
+*-p* '<password>'::
+       Specify the password to connect with. Using this option will overwrite any
+       password specified in the netrc(5) file.
+
+*-n*::
+       If specified, no attempt will be made to lookup information in the
+       netrc(5) file.
+
 *-h*::
        Display a usage and help summary and exit.