diff --git a/cups-xcpt/xcpt.c b/cups-xcpt/xcpt.c
index 280b913b69dae3d92e3cfa5593b15bbe09e5b888..ea6e50d29e4a83b921787bc344c4dcc7754ad1e0 100644
--- a/cups-xcpt/xcpt.c
+++ b/cups-xcpt/xcpt.c
@@ -462,7 +462,7 @@ static void gen_job_template(void)
 
   // Saved jobs are not supported at the moment
   xcpt_collection_open("job-save-disposition");
-  xcpt_keyword("save", "none");
+  xcpt_keyword("save-disposition", "none");
   xcpt_close();
 
   // We leave printing of banner sheets to CUPS itself