diff options
author | joeyh <joeyh> | 2006-06-29 16:02:21 +0000 |
---|---|---|
committer | joeyh <joeyh> | 2006-06-29 16:02:21 +0000 |
commit | 0f8137c0a9a628206a23d343573debb544c4a811 (patch) | |
tree | 39161bea67053e6e5ec26321a959af0af6b265b2 /ifdata.c | |
parent | a127a7e9f7cb198d1a3e50b20b73525f20264cfd (diff) | |
download | moreutils-0f8137c0a9a628206a23d343573debb544c4a811.tar.gz |
* ifdata: typo
Diffstat (limited to 'ifdata.c')
-rw-r--r-- | ifdata.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" }, |