From: quantumg Date: Wed, 26 Mar 2008 01:22:26 +0000 (+0000) Subject: Fix short form switch for following child processes. X-Git-Tag: v22.11~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94b07824f4f142621b4c068fb0c1873f3c2a99cf;p=psmisc Fix short form switch for following child processes. --- diff --git a/src/peekfd.c b/src/peekfd.c index 4c3a570..9bc848a 100644 --- a/src/peekfd.c +++ b/src/peekfd.c @@ -126,7 +126,7 @@ int main(int argc, char **argv) struct option options[] = { {"eight-bit-clean", 0, NULL, '8'}, {"no-headers", 0, NULL, 'n'}, - {"follow", 0, NULL, 'f'}, + {"follow", 0, NULL, 'c'}, {"duplicates-removed", 0, NULL, 'd'}, {"help", 0, NULL, 'h'}, {"version", 0, NULL, 'V'},