Changeset 427


Ignore:
Timestamp:
Nov 25, 2019, 11:50:29 AM (4 years ago)
Author:
g7moreau
Message:
  • Better doc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tssh/tssh

    r426 r427  
    1111export LANG=C
    1212
    13 VERSION='0.2.3'
     13VERSION='0.2.4'
    1414
    1515function usage() {
     
    289289=head1 OPTIONS
    290290
    291 =over
    292 
    293 =item C<-w number>      windows to open (integer, default 16)
    294 
    295 =item C<-o ssh_option>  option to pass to ssh
    296 
    297 =item C<-f>             fast, no nmap scan to eliminate sleeping computer
    298 
    299 =item C<-v>             verbose
    300 
    301 =item C<-c remote_cmd>  launch the remote command on hosts and exit
    302 
    303 =item C<-p>             launch in parallel (only with option C<-c>) with command parallel or xargs
    304 
    305 =item C<-h>             help
    306 
    307 =back
     291=head2 C<-w number>
     292
     293Windows to open (integer, default 16)
     294
     295=head2 C<-o ssh_option>
     296
     297Option to pass to ssh
     298
     299=head2 C<-f>
     300
     301Fast, no nmap scan to eliminate sleeping computer
     302
     303=head2 C<-c remote_cmd>
     304
     305Launch the remote command on hosts and exit
     306
     307=head2 C<-p>
     308
     309Launch in parallel (only with option C<-c>) with command parallel or xargs
     310
     311=head2 C<-v>
     312
     313Verbose
     314
     315=head2 C<-h>
     316
     317Minimal help
     318
     319
    308320
    309321=head1 DESCRIPTION
     
    380392=head2 C<delay_time>
    381393
    382 When use with C<tmux>, add a small delay before lauching the second shell to let C<tmux> open the window.
     394When use with C<tmux>,
     395add a small delay before lauching the second shell to let C<tmux> open the window (default 0.8)
     396
     397=head2 C<split_number>
     398
     399See option C<-w>.
     400
     401=head2 C<dyn_domain>
     402
     403If computer doesn't respond on it's normal IP,
     404search also to connect on it with this DNS domain.
     405Could be use with DNS dynamic domain where computer register inside automatically.
     406
     407=head2 C<ssh_option>
     408
     409See option C<-o>.
     410
     411=head2 C<fast>
     412
     413See option C<-f>.
     414
     415=head2 C<verbose>
     416
     417See option C<-v>.
     418
    383419
    384420
Note: See TracChangeset for help on using the changeset viewer.