diff --git a/scripts/gnt-cluster b/scripts/gnt-cluster
index 412ceebfd4794f4844ecb696a2489e227a95b11d..1c78ee95b2fa81fc9c320fc2b80a00a9b848d820 100755
--- a/scripts/gnt-cluster
+++ b/scripts/gnt-cluster
@@ -53,7 +53,7 @@ def DestroyCluster(opts, args):
   """
   if not opts.yes_do_it:
     print ("Destroying a cluster is irreversibly. If you really want destroy"
-           "this cluster, supply the --yes-do-it option.")
+           " this cluster, supply the --yes-do-it option.")
     return 1
 
   op = opcodes.OpDestroyCluster()