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
|
$ glorytun
|
||||||
available commands:
|
available commands:
|
||||||
|
|
||||||
show show all running tunnels
|
show show tunnel info
|
||||||
bench start a crypto bench
|
bench start a crypto bench
|
||||||
bind start a new tunnel
|
bind start a new tunnel
|
||||||
set change tunnel properties
|
set change tunnel properties
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ main(int argc, char **argv)
|
|||||||
char *help;
|
char *help;
|
||||||
int (*call)(int, char **);
|
int (*call)(int, char **);
|
||||||
} cmd[] = {
|
} cmd[] = {
|
||||||
{"show", "show all running tunnels", gt_show},
|
{"show", "show tunnel info", gt_show},
|
||||||
{"bench", "start a crypto bench", gt_bench},
|
{"bench", "start a crypto bench", gt_bench},
|
||||||
{"bind", "start a new tunnel", gt_bind},
|
{"bind", "start a new tunnel", gt_bind},
|
||||||
{"set", "change tunnel properties", gt_set},
|
{"set", "change tunnel properties", gt_set},
|
||||||
|
|||||||
Reference in New Issue
Block a user