Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45592
delete <name> Delete an environment
rename <newname> Rename the current environment
diff Show differences between current state and environment
- save Save your changes to the environment
+ save [message] Save your changes to the environment, optionally using
+ the given commit message
revert Revert your changes since last save
Options:
env_save() {
env_init
- env_sync
+ env_sync "$@"
env_link_config
}