summaryrefslogtreecommitdiff
path: root/ifdata.c
diff options
context:
space:
mode:
authorjoeyh <joeyh>2006-06-29 16:02:21 +0000
committerjoeyh <joeyh>2006-06-29 16:02:21 +0000
commit0f8137c0a9a628206a23d343573debb544c4a811 (patch)
tree39161bea67053e6e5ec26321a959af0af6b265b2 /ifdata.c
parenta127a7e9f7cb198d1a3e50b20b73525f20264cfd (diff)
downloadmoreutils-0f8137c0a9a628206a23d343573debb544c4a811.tar.gz
* ifdata: typo
Diffstat (limited to 'ifdata.c')
-rw-r--r--ifdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ifdata.c b/ifdata.c
index 2bdf6ba..c0ee4ae 100644
--- a/ifdata.c
+++ b/ifdata.c
@@ -281,7 +281,7 @@ const struct {
unsigned int is_stat;
char *description;
} options[] = {
- { "-e", DO_EXISTS, 0, "Reports interface exitance via return code" },
+ { "-e", DO_EXISTS, 0, "Reports interface existence via return code" },
{ "-p", DO_PALL, 0, "Print out the whole config of iface" },
{ "-pe", DO_PEXISTS, 0, "Print out yes or no according to existence" },
{ "-ph", DO_PHWADDRESS, 0, "Print out the hardware address" },