Blame SOURCES/procps-ng-3.3.15-pidof-separator-option-backport.patch

60c9ff
diff --git a/pidof.c b/pidof.c
60c9ff
index 7fdf27a..2166265 100644
60c9ff
--- a/pidof.c
60c9ff
+++ b/pidof.c
60c9ff
@@ -300,7 +300,7 @@ int main (int argc, char **argv)
60c9ff
 		{"check-root", no_argument, NULL, 'c'},
60c9ff
 		{"single-shot", no_argument, NULL, 's'},
60c9ff
 		{"omit-pid", required_argument, NULL, 'o'},
60c9ff
-		{"separator", required_argument, NULL, 's'},
60c9ff
+		{"separator", required_argument, NULL, 'S'},
60c9ff
 		{"with-workers", no_argument, NULL, 'w'},
60c9ff
 		{"help", no_argument, NULL, 'h'},
60c9ff
 		{"version", no_argument, NULL, 'V'},