Skip to content

Commit

Permalink
meshd-nl80211: fix typo error in CLI help usage
Browse files Browse the repository at this point in the history
Should be "-s" not "-m" for replacing the mesh id.

Signed-off-by: Chun-Yeow Yeoh <[email protected]>
  • Loading branch information
chunyeow committed Aug 5, 2013
1 parent f5693a3 commit efe562a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/meshd-nl80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ static void usage(void)
" -o <outfile> output log file\n"
" -B run in the background (i.e., daemonize)\n"
" -i <interface> override interface value in config file\n"
" -m <meshid> override mesh id provided in config file\n"
" -s <meshid> override mesh id provided in config file\n"
"\n"
);
}
Expand Down

0 comments on commit efe562a

Please sign in to comment.