summaryrefslogtreecommitdiff
path: root/cleopatre/tools
diff options
context:
space:
mode:
authorNicolas Schodet2012-03-22 15:10:07 +0100
committerNicolas Schodet2012-04-04 16:45:52 +0200
commit791af8c0d939838c063ae65da0e19fb9bb8d7a44 (patch)
tree825d9fd7f13d285c657dfb02b8758093e4e5d0f1 /cleopatre/tools
parent685d21b21c9c65f8445debd3788e614fc5744c63 (diff)
cleopatre/tools/genNVRAM: use --ethernet instead of --ether, refs #3052
Diffstat (limited to 'cleopatre/tools')
-rw-r--r--cleopatre/tools/genNVRAM/genNVRAM.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cleopatre/tools/genNVRAM/genNVRAM.c b/cleopatre/tools/genNVRAM/genNVRAM.c
index f10273875b..66e96cca08 100644
--- a/cleopatre/tools/genNVRAM/genNVRAM.c
+++ b/cleopatre/tools/genNVRAM/genNVRAM.c
@@ -200,7 +200,7 @@ static void print_usage(const char *cmd)
" [ --desc product descrption ]\n" \
" [ --serial serial number ]\n" \
" [ --phy Ethernet PHY address ]\n" \
- " [ --ether ethernet MAC address ]\n" \
+ " [ --ethernet ethernet MAC address ]\n" \
" [ --portnb ethernet port number ]\n" \
" [ --plc powerline MAC address ]\n" \
" [ --dpw device password ]\n" \
@@ -583,7 +583,7 @@ int main(int argc, char **argv)
{ "desc", required_argument, NULL, 15 },
{ "serial", required_argument, NULL, 16 },
{ "phy", required_argument, NULL, 17 },
- { "ether", required_argument, NULL, 18 },
+ { "ethernet", required_argument, NULL, 18 },
{ "plc", required_argument, NULL, 19 },
{ "dpw", required_argument, NULL, 20 },
{ "oem", required_argument, NULL, 21 },