Index: vcpx/tailor.py
===================================================================
--- vcpx/tailor.py	(revision 555)
+++ vcpx/tailor.py	(revision 558)
@@ -288,4 +288,11 @@
                 tailorizer(options)
         else:
+            for omit in ['source-kind', 'target-kind',
+                         'source-module', 'target-module',
+                         'source-repository', 'target-repository',
+                         'start-revision', 'subdir']:
+                if omit in defaults:
+                    del defaults[omit]
+
             config = Config(None, defaults)
 
@@ -323,8 +330,8 @@
                 config.write(sys.stdout)
 
-            if not options.debug:
+            if options.debug:
                 project = config['project']
                 tailorizer = Tailorizer(project)
                 tailorizer(options)
-            else:
-                sys.stderr.write("Operation not performed, given --debug\n")
+            elif not options.verbose:
+                sys.stderr.write("Operation not performed, try --verbose\n")
