Skip to content
Snippets Groups Projects
Commit f2277a96 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

env: allow passing a commit message on save


Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 45592
parent 1170a3de
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ Commands:
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:
......@@ -109,7 +110,7 @@ env_diff() {
env_save() {
env_init
env_sync
env_sync "$@"
env_link_config
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment