Make placeholders more compatible with CLIP: (#9870)
- use placeholders for numbers - use "path/to" and "file" - simplify ip placeholders
This commit is contained in:

committed by
GitHub

parent
d70f57f592
commit
dcb6919bbf
@@ -5,12 +5,12 @@
|
||||
|
||||
- Validate configuration file:
|
||||
|
||||
`svccfg validate {{smf.xml}}`
|
||||
`svccfg validate {{path/to/smf_file.xml}}`
|
||||
|
||||
- Export service configurations to file:
|
||||
|
||||
`svccfg export {{servicename}} > {{smf.xml}}`
|
||||
`svccfg export {{servicename}} > {{path/to/smf_file.xml}}`
|
||||
|
||||
- Import/update service configurations from file:
|
||||
|
||||
`svccfg import {{smf.xml}}`
|
||||
`svccfg import {{path/to/smf_file.xml}}`
|
||||
|
Reference in New Issue
Block a user