]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - systemv/cupsctl.c
Merge changes from CUPS trunk, r6739.
[thirdparty/cups.git] / systemv / cupsctl.c
index bc044a9adf5087cbd437b4b0692eaede4a6d5c05..cbcf92a560a1de30cb22dfa0afbbabd914302353 100644 (file)
@@ -66,7 +66,7 @@ main(int  argc,                               /* I - Number of command-line args */
     {
       if (argv[i][1] == '-')
       {
-        if (!strcmp(argv[i], "--debug_logging"))
+        if (!strcmp(argv[i], "--debug-logging"))
          num_settings = cupsAddOption(CUPS_SERVER_DEBUG_LOGGING, "1",
                                       num_settings, &settings);
         else if (!strcmp(argv[i], "--no-debug-logging"))