Make placeholders more compatible with CLIP: (#9870)

- use placeholders for numbers
- use "path/to" and "file"
- simplify ip placeholders
This commit is contained in:
Emily Grace Seville
2023-02-20 17:16:13 +10:00
committed by GitHub
parent d70f57f592
commit dcb6919bbf
3 changed files with 7 additions and 7 deletions

View File

@@ -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}}`