소스 검색

Added documentation header.

Malishev Dmitry 14 년 전
부모
커밋
d5e515793f
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      bin/v_add_sys_ip

+ 5 - 1
bin/v_add_sys_ip

@@ -1,5 +1,9 @@
 #!/bin/bash
-# info: adding system ip
+# info: add system ip address
+# arguments: ip mask [interface] [user] [ip_status] [ip_name]
+#
+# The function adds ip address into a system including rc scripts.
+
 
 #----------------------------------------------------------#
 #                    Variable&Function                     #