summaryrefslogtreecommitdiffstats
path: root/vpp/vnet
diff options
context:
space:
mode:
Diffstat (limited to 'vpp/vnet')
-rw-r--r--vpp/vnet/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vpp/vnet/main.c b/vpp/vnet/main.c
index da1ec9a4..d60b489e 100644
--- a/vpp/vnet/main.c
+++ b/vpp/vnet/main.c
@@ -145,7 +145,7 @@ int main (int argc, char * argv[])
/*
* Load startup config from file.
- * usage: vpe -c /etc/vpp/startup.conf
+ * usage: vpp -c /etc/vpp/startup.conf
*/
if ((argc == 3) && !strncmp(argv[1], "-c", 2))
{