Update desc of show

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-07-20 08:53:47 +00:00
parent 0528adcfe2
commit 2f3f9e7e86
2 changed files with 2 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ Just run `glorytun` with no arguments to view the list of available commands:
$ glorytun
available commands:
show show all running tunnels
show show tunnel info
bench start a crypto bench
bind start a new tunnel
set change tunnel properties

View File

@@ -75,7 +75,7 @@ main(int argc, char **argv)
char *help;
int (*call)(int, char **);
} cmd[] = {
{"show", "show all running tunnels", gt_show},
{"show", "show tunnel info", gt_show},
{"bench", "start a crypto bench", gt_bench},
{"bind", "start a new tunnel", gt_bind},
{"set", "change tunnel properties", gt_set},