Blame SOURCES/procps-ng-3.3.15-pidof-separator-option-backport.patch
|
|
9e3815 |
diff --git a/pidof.c b/pidof.c
|
|
|
9e3815 |
index 7fdf27a..2166265 100644
|
|
|
9e3815 |
--- a/pidof.c
|
|
|
9e3815 |
+++ b/pidof.c
|
|
|
9e3815 |
@@ -300,7 +300,7 @@ int main (int argc, char **argv)
|
|
|
9e3815 |
{"check-root", no_argument, NULL, 'c'},
|
|
|
9e3815 |
{"single-shot", no_argument, NULL, 's'},
|
|
|
9e3815 |
{"omit-pid", required_argument, NULL, 'o'},
|
|
|
9e3815 |
- {"separator", required_argument, NULL, 's'},
|
|
|
9e3815 |
+ {"separator", required_argument, NULL, 'S'},
|
|
|
9e3815 |
{"with-workers", no_argument, NULL, 'w'},
|
|
|
9e3815 |
{"help", no_argument, NULL, 'h'},
|
|
|
9e3815 |
{"version", no_argument, NULL, 'V'},
|