aboutsummaryrefslogtreecommitdiff
path: root/utils/portinfo.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>2000-07-27 19:53:33 +0000
committerThomas Bushnell <thomas@gnu.org>2000-07-27 19:53:33 +0000
commit18dc5dc677ebf1d415e1adeff24041e9f496a2ed (patch)
tree5247da0b1efcca939357edeb673b7728c3de4828 /utils/portinfo.c
parent2d9185d6ecc156f7dfe36327ad68080f84d5f80a (diff)
downloadhurd-18dc5dc677ebf1d415e1adeff24041e9f496a2ed.tar.gz
hurd-18dc5dc677ebf1d415e1adeff24041e9f496a2ed.tar.bz2
hurd-18dc5dc677ebf1d415e1adeff24041e9f496a2ed.zip
2000-07-27 Thomas Bushnell, BSG <tb@mit.edu>
* portinfo.c: Comment out unimplemented argument `--show-targets'. Reported by Marcus.Brinkmann@ruhr-uni-bochum.de.
Diffstat (limited to 'utils/portinfo.c')
-rw-r--r--utils/portinfo.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/portinfo.c b/utils/portinfo.c
index d5bdadf0..e78c77df 100644
--- a/utils/portinfo.c
+++ b/utils/portinfo.c
@@ -1,6 +1,6 @@
/* Print information about a task's ports
- Copyright (C) 1996,97,98,99 Free Software Foundation, Inc.
+ Copyright (C) 1996,97,98,99, 2000 Free Software Foundation, Inc.
Written by Miles Bader <miles@gnu.ai.mit.edu>
@@ -57,8 +57,10 @@ static const struct argp_option options[] = {
{0,0,0,0, "Translating port names between tasks:", 3},
{"translate", 't', "PID", 0, "Translate port names to process PID"},
+#if 0
{"show-targets", 'h', 0, 0,
"Print a header describing the target process" },
+#endif
{"no-translation-errors", 'E', 0, 0,
"Don't display an error if a specified port can't be translated" },
#if 0