31,703
edits
No edit summary |
|||
Line 10: | Line 10: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ UCI commands | |+ style="text-align: left;" | UCI commands | ||
! style="width: 100px; background: black; color: white;" | Command | ! style="width: 100px; background: black; color: white;" | Command | ||
! style="width: | ! style="width: 340px; background: black; color: white;" | Target | ||
! style="width: 1200px; background: black; color: white;" | Description | ! style="width: 1200px; background: black; color: white;" | Description | ||
|- | |- | ||
Line 76: | Line 76: | ||
|- | |- | ||
|} | |} | ||
Options | |||
'''Options''' | |||
-c <path> set the search path for config files (default: /etc/config) | |||
-d <str> set the delimiter for list values in uci show | |||
-f <file> use <file> as input instead of stdin | |||
-m when importing, merge data into an existing package | |||
-n name unnamed sections on export (default) | |||
-N don't name unnamed sections | |||
-p <path> add a search path for config change files | |||
-P <path> add a search path for config change files and use as default | |||
-q quiet mode (don't print error messages) | |||
-s force strict mode (stop on parser errors, default) | |||
-S disable strict mode | |||
-X do not use extended syntax on 'show' | |||
==Obtaining parameters== | ==Obtaining parameters== |