Skip to content

Commit 46ee8cf

Browse files
committed
update help message
1 parent 1d488ed commit 46ee8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/args.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pub fn parse() -> Opts {
2121

2222
// define help message, attach it to parser, and run the results
2323
Info::default()
24-
.descr("a simple reverse proxy")
24+
.descr("cobalt - a simple reverse proxy by blobcode")
2525
.for_parser(parser)
2626
.run()
2727
}

0 commit comments

Comments
 (0)