Update desc of show
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user