summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index f15d811..7c62abb 100644
--- a/main.c
+++ b/main.c
@@ -204,7 +204,7 @@ int main (int argc, char **argv) {
if (argc > 1) {
fprintf(stderr, "\nRequired parameters:\n");
- fprintf(stderr, " ifname Network interface that the RouterOS resides on. (ex: eth0)\n");
+ fprintf(stderr, " ifname Network interface that the RouterOS resides on. (example: eth0)\n");
fprintf(stderr, " MAC MAC-Address of the RouterOS device. Use mndp to discover them.\n");
fprintf(stderr, " username Your username.\n");
fprintf(stderr, " password Your password.\n");