mirror of
				https://git.isptech.ru/ISPsystem/isp-maintenance.git
				synced 2025-10-31 15:33:01 +01:00 
			
		
		
		
	docs: add --de into help msg
This commit is contained in:
		| @@ -70,6 +70,7 @@ help() { | ||||
| 	printf "${script} --test | check go3 connection availability               \n" | ||||
| 	printf "                                                                   \n" | ||||
| 	printf "${script} --bill my.example.com                                    \n" | ||||
| 	printf "${script} --vm my.example.com --de  | connect throw DE go3 server  \n" | ||||
| 	printf "${script} --vm 0.0.0.0 --ssh | only ssh access                     \n" | ||||
| 	printf "${script} --vm 0.0.0.0 --tty | use mgrctl interactive              \n" | ||||
| 	printf "                                                                   \n" | ||||
| @@ -87,6 +88,7 @@ help() { | ||||
| 	printf " --port     | -p    ssh port,   default 22                         \n" | ||||
| 	printf " --web-port | -wp   web port,   default 443                        \n" | ||||
| 	printf " --go/--go3         go version, default go3                        \n" | ||||
| 	printf " --de               connect throw DE go3 server                    \n" | ||||
| 	printf " --ssh              open only ssh session                          \n" | ||||
| 	printf " --tty              for vm6/dci6 echo cmd for run container        \n" | ||||
| 	printf " --mgrctl [args]    for vm6/dci6 customize access params           \n" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user