diff --git a/src/conf.rs b/src/conf.rs
index f07ffff1caaa1b1282cec11d52369fae14f6ea70..5b3a2ac8206fa705370f83763a1c3a6d8b8a3355 100644
--- a/src/conf.rs
+++ b/src/conf.rs
@@ -86,6 +86,7 @@ pub fn handle_command(data: Data, command: Subcommand) -> Result<(), GcliError>
 		}
 		Subcommand::Save => {
 			confy::store(APP_NAME, None, &data.cfg).expect("unable to write config");
+                        println!("Configuration updated!");
 		}
 		Subcommand::Default => {
 			confy::store(APP_NAME, None, Config::default()).expect("unable to write config");